COLOR #C4DFC5

HEX: #C4DFC5 RGB: (196,223,197)

Color info

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

RGB color model

#C4DFC5 color RGB value is (196,223,197).

RGB: (196,223,197) (77%, 87%, 77%)

RGB channels and saturation

R 196 of 255 = 77%
G 223 of 255 = 87%
B 197 of 255 = 77%

196
223
197

R + G + B ~ 80%. #C4DFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 223 + 197 = 616 (100%)
R 196 of 616 ~ 31.82%
G 223 of 616 ~ 36.2%
B 197 of 616 ~ 31.98'%

%31.82
%36.2
%31.98

CMYK color model

#C4DFC5 color CMYK value is (12,0,12,13).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK: (12,0,12,13) C12M0Y12K13 (12%,0%,12%,13%) (0.12/0.00/0.12/0.13) 

CMYK percentages

%12.11
%0
%11.66
%12.55

Codes

Color #C4DFC5 in popluar color models

C4 DF C5
RGB 196 223 197
HSL 122° 29.67% 82.16%
HSB/HSV 122° 12.11% 87.45%
CMYK 12.11% 0.00% 11.66%
12.55%

Color #C4DFC5 in popluar number systems.

HEX C4 DF C5
Decimal 196 223 197
Binary 11000100 11011111 11000101
Octal 304 337 305

Shades and tints

Shades of #C4DFC5

#C4DFC5
(196,223,197)
#B3CBB4
(179,203,180)
#A2B7A3
(162,183,163)
#91A392
(145,163,146)
#808F81
(128,143,129)
#6F7B70
(111,123,112)
#5E675F
(94,103,95)
#4D534E
(77,83,78)
#3C3F3D
(60,63,61)
#2B2B2C
(43,43,44)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #C4DFC5

#C4DFC5
(196,223,197)
#C9E1CA
(201,225,202)
#CEE3CF
(206,227,207)
#D3E5D4
(211,229,212)
#D8E7D9
(216,231,217)
#DDE9DE
(221,233,222)
#E2EBE3
(226,235,227)
#E7EDE8
(231,237,232)
#ECEFED
(236,239,237)
#F1F1F2
(241,241,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DFC5 color. Also use rgb(196,223,197) instead hex code.

Text Font Color

.myTextColor { color: #C4DFC5; }

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

This text font color is #C4DFC5.

Background Color

.myBgColor { background-color: #C4DFC5; }

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

This div background color is #C4DFC5.

Border color

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

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

This div border color is #C4DFC5.

Opacity

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

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

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

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

This text has shadow with #C4DFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DFC5.

Preview

Color preview on black background

This text has color #C4DFC5 on black background.


Color preview on white background

This text has color #C4DFC5 on white background.


Black color preview on #C4DFC5 background

This text has black color on #C4DFC5 background.


White color preview on #C4DFC5 background

This text has white color on #C4DFC5 background.


Related colors

Complementary color

Complementary color for #hex is #3B203A.


I love getcolorcode.com

Triadic colors

1 #C5C4DF and #DFC5C4 with #C4DFC5 are triadic colors.

2 #C5DFC4 and #DFC4C5 with #C4DFC5 are triadic colors.