COLOR #C4DFC7

HEX: #C4DFC7
RGB: (196,223,199)

Color info

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

RGB color model

#C4DFC7 color RGB value is (196,223,199).

  • red value is 196;
  • green value is 223;
  • blue value is 199.
RGB:
(196,223,199)
(77%,87%,78%)

RGB channels and saturation

R 196 of 255 = 77%
G 223 of 255 = 87%
B 199 of 255 = 78%

196
223
199

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

Portions of RGB colors in percentages

R + G + B =
196 + 223 + 199 = 618 (100%)
R 196 of 618 ~ 31.72%
G 223 of 618 ~ 36.08%
B 199 of 618 ~ 32.2%

%31.72
%36.08
%32.2

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(12,0,11,13)
C12M0Y11K13 
(12%,0%,11%,13%)
(0.12/0.00/0.11/0.13)	

CMYK percentages

%12.11
%0
%10.76
%12.55

Codes

Color #C4DFC7 in popluar color models

C4DFC7
RGB196223199
HSL127°29.67%82.16%
HSB/HSV127°12.11%87.45%
CMYK12.11%0.00%10.76%
12.55%

Color #C4DFC7 in popluar number systems.

HEXC4DFC7
Decimal196223199
Binary110001001101111111000111
Octal304337307

Shades and tints

Shades of #C4DFC7

#C4DFC7
(196,223,199)
#B3CBB5
(179,203,181)
#A2B7A3
(162,183,163)
#91A391
(145,163,145)
#808F7F
(128,143,127)
#6F7B6D
(111,123,109)
#5E675B
(94,103,91)
#4D5349
(77,83,73)
#3C3F37
(60,63,55)
#2B2B25
(43,43,37)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #C4DFC7

#C4DFC7
(196,223,199)
#C9E1CC
(201,225,204)
#CEE3D1
(206,227,209)
#D3E5D6
(211,229,214)
#D8E7DB
(216,231,219)
#DDE9E0
(221,233,224)
#E2EBE5
(226,235,229)
#E7EDEA
(231,237,234)
#ECEFEF
(236,239,239)
#F1F1F4
(241,241,244)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DFC7; }

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

This text font color is #C4DFC7.


Background Color

.myBgColor { background-color: #C4DFC7; }

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

This div background color is #C4DFC7.


Border color

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

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

This div border color is #C4DFC7.


Opacity

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

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

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

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

This text has shadow with #C4DFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DFC7 on black background.


Color preview on white background

This text has color #C4DFC7 on white background.



Black color preview on #C4DFC7 background

This text has black color on #C4DFC7 background.


White color preview on #C4DFC7 background

This text has white color on #C4DFC7 background.