COLOR #C6E5CD

HEX: #C6E5CD RGB: (198,229,205)

Color info

#C6E5CD contains red, green and blue colors in about the same proportion. Web safe color of #C6E5CD is #CCCCCC (or #CCC).

RGB color model

#C6E5CD color RGB value is (198,229,205).

RGB: (198,229,205) (78%, 90%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 229 of 255 = 90%
B 205 of 255 = 80%

198
229
205

R + G + B ~ 83%. #C6E5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 229 + 205 = 632 (100%)
R 198 of 632 ~ 31.33%
G 229 of 632 ~ 36.23%
B 205 of 632 ~ 32.44'%

%31.33
%36.23
%32.44

CMYK color model

#C6E5CD color CMYK value is (14,0,10,10).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%

CMYK: (14,0,10,10)
C14M0Y10K10 (14%, 0%, 10%, 10%)
(0.14 / 0.00 / 0.10 / 0.10)

CMYK percentages

%13.54
%0
%10.48
%10.2

Codes

Color #C6E5CD in popluar color models

C6 E5 CD
RGB 198 229 205
HSL 134° 37.35% 83.73%
HSB/HSV 134° 13.54% 89.80%
CMYK 13.54% 0.00% 10.48%
10.20%

Color #C6E5CD in popluar number systems.

HEX C6 E5 CD
Decimal 198 229 205
Binary 11000110 11100101 11001101
Octal 306 345 315

Shades and tints

Shades of #C6E5CD

#C6E5CD
(198,229,205)
#B4D1BB
(180,209,187)
#A2BDA9
(162,189,169)
#90A997
(144,169,151)
#7E9585
(126,149,133)
#6C8173
(108,129,115)
#5A6D61
(90,109,97)
#48594F
(72,89,79)
#36453D
(54,69,61)
#24312B
(36,49,43)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #C6E5CD

#C6E5CD
(198,229,205)
#CBE7D1
(203,231,209)
#D0E9D5
(208,233,213)
#D5EBD9
(213,235,217)
#DAEDDD
(218,237,221)
#DFEFE1
(223,239,225)
#E4F1E5
(228,241,229)
#E9F3E9
(233,243,233)
#EEF5ED
(238,245,237)
#F3F7F1
(243,247,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E5CD color. Also use rgb(198,229,205) instead hex code.

Text Font Color

.myTextColor { color: #C6E5CD; }

<p style="color:#C6E5CD">This sample text font color is #C6E5CD.</p>

This text font color is #C6E5CD.

Background Color

.myBgColor { background-color: #C6E5CD; }

<div style="background-color:#C6E5CD">Inner text</div>

This div background color is #C6E5CD.

Border color

.myBorderColor { border: 1px solid #C6E5CD; }

<div style="border:3px solid #C6E5CD">Div</div>

This div border color is #C6E5CD.

Opacity

.myOpacity80 { color: #C6E5CD; opacity: 0.8; }

<p style="color:#C6E5CD;opacity:0.8;">80%</p>

Text with #C6E5CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6E5CD;}

<p style="text-shadow: 3px 3px 1px #C6E5CD">Text here.</p>

This text has shadow with #C6E5CD color.


.textShadow {text-shadow: 3px 3px 1px #C6E5CD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6E5CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6E5CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E5CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6E5CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6E5CD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E5CD;
-webkit-box-shadow: 1px 1px 3px 2px #C6E5CD;
box-shadow: 1px 1px 3px 2px #C6E5CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E5CD; -webkit-box-shadow: 1px 1px 3px 2px #C6E5CD; box-shadow:1px 1px 3px 2px #C6E5CD;">
Div content here
</div>

This div box has shadow with color #C6E5CD.

Preview

Color preview on black background

This text has color #C6E5CD on black background.


Color preview on white background

This text has color #C6E5CD on white background.


Black color preview on #C6E5CD background

This text has black color on #C6E5CD background.


White color preview on #C6E5CD background

This text has white color on #C6E5CD background.


Related colors

Complementary color

Complementary color for #hex is #391A32.


I love getcolorcode.com

Triadic colors

1 #CDC6E5 and #E5CDC6 with #C6E5CD are triadic colors.

2 #CDE5C6 and #E5C6CD with #C6E5CD are triadic colors.