COLOR #C7E7E3

HEX: #C7E7E3 RGB: (199,231,227)

Color info

#C7E7E3 contains red, green and blue colors in about the same proportion. Web safe color of #C7E7E3 is #CCFFCC (or #CFC).

RGB color model

#C7E7E3 color RGB value is (199,231,227).

RGB: (199,231,227) (78%, 91%, 89%)

RGB channels and saturation

R 199 of 255 = 78%
G 231 of 255 = 91%
B 227 of 255 = 89%

199
231
227

R + G + B ~ 86%. #C7E7E3 is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 231 + 227 = 657 (100%)
R 199 of 657 ~ 30.29%
G 231 of 657 ~ 35.16%
B 227 of 657 ~ 34.55'%

%30.29
%35.16
%34.55

CMYK color model

#C7E7E3 color CMYK value is (14,0,2,9).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK: (14,0,2,9) C14M0Y2K9 (14%,0%,2%,9%) (0.14/0.00/0.02/0.09) 

CMYK percentages

%13.85
%0
%1.73
%9.41

Codes

Color #C7E7E3 in popluar color models

C7 E7 E3
RGB 199 231 227
HSL 173° 40.00% 84.31%
HSB/HSV 173° 13.85% 90.59%
CMYK 13.85% 0.00% 1.73%
9.41%

Color #C7E7E3 in popluar number systems.

HEX C7 E7 E3
Decimal 199 231 227
Binary 11000111 11100111 11100011
Octal 307 347 343

Shades and tints

Shades of #C7E7E3

#C7E7E3
(199,231,227)
#B5D2CF
(181,210,207)
#A3BDBB
(163,189,187)
#91A8A7
(145,168,167)
#7F9393
(127,147,147)
#6D7E7F
(109,126,127)
#5B696B
(91,105,107)
#495457
(73,84,87)
#373F43
(55,63,67)
#252A2F
(37,42,47)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #C7E7E3

#C7E7E3
(199,231,227)
#CCE9E5
(204,233,229)
#D1EBE7
(209,235,231)
#D6EDE9
(214,237,233)
#DBEFEB
(219,239,235)
#E0F1ED
(224,241,237)
#E5F3EF
(229,243,239)
#EAF5F1
(234,245,241)
#EFF7F3
(239,247,243)
#F4F9F5
(244,249,245)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E7E3 color. Also use rgb(199,231,227) instead hex code.

Text Font Color

.myTextColor { color: #C7E7E3; }

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

This text font color is #C7E7E3.

Background Color

.myBgColor { background-color: #C7E7E3; }

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

This div background color is #C7E7E3.

Border color

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

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

This div border color is #C7E7E3.

Opacity

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

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

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

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

This text has shadow with #C7E7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E7E3.

Preview

Color preview on black background

This text has color #C7E7E3 on black background.


Color preview on white background

This text has color #C7E7E3 on white background.


Black color preview on #C7E7E3 background

This text has black color on #C7E7E3 background.


White color preview on #C7E7E3 background

This text has white color on #C7E7E3 background.


Related colors

Complementary color

Complementary color for #hex is #38181C.


I love getcolorcode.com

Triadic colors

1 #E3C7E7 and #E7E3C7 with #C7E7E3 are triadic colors.

2 #E3E7C7 and #E7C7E3 with #C7E7E3 are triadic colors.