COLOR #C7DFC2

HEX: #C7DFC2
RGB: (199,223,194)

Color info

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

RGB color model

#C7DFC2 color RGB value is (199,223,194).

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

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 194 of 255 = 76%

199
223
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 223 + 194 = 616 (100%)
R 199 of 616 ~ 32.31%
G 223 of 616 ~ 36.2%
B 194 of 616 ~ 31.49%

%32.31
%36.2
%31.49

CMYK color model

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

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK:
(11,0,13,13)
C11M0Y13K13 
(11%,0%,13%,13%)
(0.11/0.00/0.13/0.13)	

CMYK percentages

%10.76
%0
%13
%12.55

Codes

Color #C7DFC2 in popluar color models

C7DFC2
RGB199223194
HSL110°31.18%81.76%
HSB/HSV110°13.00%87.45%
CMYK10.76%0.00%13.00%
12.55%

Color #C7DFC2 in popluar number systems.

HEXC7DFC2
Decimal199223194
Binary110001111101111111000010
Octal307337302

Shades and tints

Shades of #C7DFC2

#C7DFC2
(199,223,194)
#B5CBB1
(181,203,177)
#A3B7A0
(163,183,160)
#91A38F
(145,163,143)
#7F8F7E
(127,143,126)
#6D7B6D
(109,123,109)
#5B675C
(91,103,92)
#49534B
(73,83,75)
#373F3A
(55,63,58)
#252B29
(37,43,41)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7DFC2

#C7DFC2
(199,223,194)
#CCE1C7
(204,225,199)
#D1E3CC
(209,227,204)
#D6E5D1
(214,229,209)
#DBE7D6
(219,231,214)
#E0E9DB
(224,233,219)
#E5EBE0
(229,235,224)
#EAEDE5
(234,237,229)
#EFEFEA
(239,239,234)
#F4F1EF
(244,241,239)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFC2; }

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

This text font color is #C7DFC2.


Background Color

.myBgColor { background-color: #C7DFC2; }

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

This div background color is #C7DFC2.


Border color

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

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

This div border color is #C7DFC2.


Opacity

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

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

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

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

This text has shadow with #C7DFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DFC2 on black background.


Color preview on white background

This text has color #C7DFC2 on white background.



Black color preview on #C7DFC2 background

This text has black color on #C7DFC2 background.


White color preview on #C7DFC2 background

This text has white color on #C7DFC2 background.