COLOR #C4DDCD

HEX: #C4DDCD RGB: (196,221,205)

Color info

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

RGB color model

#C4DDCD color RGB value is (196,221,205).

RGB: (196,221,205) (77%, 87%, 80%)

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 205 of 255 = 80%

196
221
205

R + G + B ~ 81%. #C4DDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 221 + 205 = 622 (100%)
R 196 of 622 ~ 31.51%
G 221 of 622 ~ 35.53%
B 205 of 622 ~ 32.96'%

%31.51
%35.53
%32.96

CMYK color model

#C4DDCD color CMYK value is (11,0,7,13).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 13.33%

CMYK: (11,0,7,13)
C11M0Y7K13 (11%, 0%, 7%, 13%)
(0.11 / 0.00 / 0.07 / 0.13)

CMYK percentages

%11.31
%0
%7.24
%13.33

Codes

Color #C4DDCD in popluar color models

C4 DD CD
RGB 196 221 205
HSL 142° 26.88% 81.76%
HSB/HSV 142° 11.31% 86.67%
CMYK 11.31% 0.00% 7.24%
13.33%

Color #C4DDCD in popluar number systems.

HEX C4 DD CD
Decimal 196 221 205
Binary 11000100 11011101 11001101
Octal 304 335 315

Shades and tints

Shades of #C4DDCD

#C4DDCD
(196,221,205)
#B3C9BB
(179,201,187)
#A2B5A9
(162,181,169)
#91A197
(145,161,151)
#808D85
(128,141,133)
#6F7973
(111,121,115)
#5E6561
(94,101,97)
#4D514F
(77,81,79)
#3C3D3D
(60,61,61)
#2B292B
(43,41,43)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #C4DDCD

#C4DDCD
(196,221,205)
#C9E0D1
(201,224,209)
#CEE3D5
(206,227,213)
#D3E6D9
(211,230,217)
#D8E9DD
(216,233,221)
#DDECE1
(221,236,225)
#E2EFE5
(226,239,229)
#E7F2E9
(231,242,233)
#ECF5ED
(236,245,237)
#F1F8F1
(241,248,241)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DDCD color. Also use rgb(196,221,205) instead hex code.

Text Font Color

.myTextColor { color: #C4DDCD; }

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

This text font color is #C4DDCD.

Background Color

.myBgColor { background-color: #C4DDCD; }

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

This div background color is #C4DDCD.

Border color

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

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

This div border color is #C4DDCD.

Opacity

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

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

Text with #C4DDCD 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 #C4DDCD;}

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

This text has shadow with #C4DDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DDCD.

Preview

Color preview on black background

This text has color #C4DDCD on black background.


Color preview on white background

This text has color #C4DDCD on white background.


Black color preview on #C4DDCD background

This text has black color on #C4DDCD background.


White color preview on #C4DDCD background

This text has white color on #C4DDCD background.


Related colors

Complementary color

Complementary color for #hex is #3B2232.


I love getcolorcode.com

Triadic colors

1 #CDC4DD and #DDCDC4 with #C4DDCD are triadic colors.

2 #CDDDC4 and #DDC4CD with #C4DDCD are triadic colors.