COLOR #C7E1CF

HEX: #C7E1CF RGB: (199,225,207)

Color info

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

RGB color model

#C7E1CF color RGB value is (199,225,207).

RGB: (199,225,207) (78%, 88%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 225 of 255 = 88%
B 207 of 255 = 81%

199
225
207

R + G + B ~ 82%. #C7E1CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 225 + 207 = 631 (100%)
R 199 of 631 ~ 31.54%
G 225 of 631 ~ 35.66%
B 207 of 631 ~ 32.81'%

%31.54
%35.66
%32.81

CMYK color model

#C7E1CF color CMYK value is (12,0,8,12).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 11.76%

CMYK: (12,0,8,12)
C12M0Y8K12 (12%, 0%, 8%, 12%)
(0.12 / 0.00 / 0.08 / 0.12)

CMYK percentages

%11.56
%0
%8
%11.76

Codes

Color #C7E1CF in popluar color models

C7 E1 CF
RGB 199 225 207
HSL 138° 30.23% 83.14%
HSB/HSV 138° 11.56% 88.24%
CMYK 11.56% 0.00% 8.00%
11.76%

Color #C7E1CF in popluar number systems.

HEX C7 E1 CF
Decimal 199 225 207
Binary 11000111 11100001 11001111
Octal 307 341 317

Shades and tints

Shades of #C7E1CF

#C7E1CF
(199,225,207)
#B5CDBD
(181,205,189)
#A3B9AB
(163,185,171)
#91A599
(145,165,153)
#7F9187
(127,145,135)
#6D7D75
(109,125,117)
#5B6963
(91,105,99)
#495551
(73,85,81)
#37413F
(55,65,63)
#252D2D
(37,45,45)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #C7E1CF

#C7E1CF
(199,225,207)
#CCE3D3
(204,227,211)
#D1E5D7
(209,229,215)
#D6E7DB
(214,231,219)
#DBE9DF
(219,233,223)
#E0EBE3
(224,235,227)
#E5EDE7
(229,237,231)
#EAEFEB
(234,239,235)
#EFF1EF
(239,241,239)
#F4F3F3
(244,243,243)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E1CF color. Also use rgb(199,225,207) instead hex code.

Text Font Color

.myTextColor { color: #C7E1CF; }

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

This text font color is #C7E1CF.

Background Color

.myBgColor { background-color: #C7E1CF; }

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

This div background color is #C7E1CF.

Border color

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

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

This div border color is #C7E1CF.

Opacity

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

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

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

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

This text has shadow with #C7E1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E1CF.

Preview

Color preview on black background

This text has color #C7E1CF on black background.


Color preview on white background

This text has color #C7E1CF on white background.


Black color preview on #C7E1CF background

This text has black color on #C7E1CF background.


White color preview on #C7E1CF background

This text has white color on #C7E1CF background.


Related colors

Complementary color

Complementary color for #hex is #381E30.


I love getcolorcode.com

Triadic colors

1 #CFC7E1 and #E1CFC7 with #C7E1CF are triadic colors.

2 #CFE1C7 and #E1C7CF with #C7E1CF are triadic colors.