COLOR #C7EEC9

HEX: #C7EEC9 RGB: (199,238,201)

Color info

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

RGB color model

#C7EEC9 color RGB value is (199,238,201).

RGB: (199,238,201) (78%, 93%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 201 of 255 = 79%

199
238
201

R + G + B ~ 83%. #C7EEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 238 + 201 = 638 (100%)
R 199 of 638 ~ 31.19%
G 238 of 638 ~ 37.3%
B 201 of 638 ~ 31.5'%

%31.19
%37.3
%31.5

CMYK color model

#C7EEC9 color CMYK value is (16,0,16,7).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%

CMYK: (16,0,16,7)
C16M0Y16K7 (16%, 0%, 16%, 7%)
(0.16 / 0.00 / 0.16 / 0.07)

CMYK percentages

%16.39
%0
%15.55
%6.67

Codes

Color #C7EEC9 in popluar color models

C7 EE C9
RGB 199 238 201
HSL 123° 53.42% 85.69%
HSB/HSV 123° 16.39% 93.33%
CMYK 16.39% 0.00% 15.55%
6.67%

Color #C7EEC9 in popluar number systems.

HEX C7 EE C9
Decimal 199 238 201
Binary 11000111 11101110 11001001
Octal 307 356 311

Shades and tints

Shades of #C7EEC9

#C7EEC9
(199,238,201)
#B5D9B7
(181,217,183)
#A3C4A5
(163,196,165)
#91AF93
(145,175,147)
#7F9A81
(127,154,129)
#6D856F
(109,133,111)
#5B705D
(91,112,93)
#495B4B
(73,91,75)
#374639
(55,70,57)
#253127
(37,49,39)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #C7EEC9

#C7EEC9
(199,238,201)
#CCEFCD
(204,239,205)
#D1F0D1
(209,240,209)
#D6F1D5
(214,241,213)
#DBF2D9
(219,242,217)
#E0F3DD
(224,243,221)
#E5F4E1
(229,244,225)
#EAF5E5
(234,245,229)
#EFF6E9
(239,246,233)
#F4F7ED
(244,247,237)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EEC9 color. Also use rgb(199,238,201) instead hex code.

Text Font Color

.myTextColor { color: #C7EEC9; }

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

This text font color is #C7EEC9.

Background Color

.myBgColor { background-color: #C7EEC9; }

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

This div background color is #C7EEC9.

Border color

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

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

This div border color is #C7EEC9.

Opacity

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

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

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

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

This text has shadow with #C7EEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EEC9.

Preview

Color preview on black background

This text has color #C7EEC9 on black background.


Color preview on white background

This text has color #C7EEC9 on white background.


Black color preview on #C7EEC9 background

This text has black color on #C7EEC9 background.


White color preview on #C7EEC9 background

This text has white color on #C7EEC9 background.


Related colors

Complementary color

Complementary color for #hex is #381136.


I love getcolorcode.com

Triadic colors

1 #C9C7EE and #EEC9C7 with #C7EEC9 are triadic colors.

2 #C9EEC7 and #EEC7C9 with #C7EEC9 are triadic colors.