COLOR #C7EEBA

HEX: #C7EEBA
RGB: (199,238,186)

Color info

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

RGB color model

#C7EEBA color RGB value is (199,238,186).

  • red value is 199;
  • green value is 238;
  • blue value is 186.
RGB:
(199,238,186)
(78%,93%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 186 of 255 = 73%

199
238
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 238 + 186 = 623 (100%)
R 199 of 623 ~ 31.94%
G 238 of 623 ~ 38.2%
B 186 of 623 ~ 29.86%

%31.94
%38.2
%29.86

CMYK color model

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

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(16,0,22,7)
C16M0Y22K7 
(16%,0%,22%,7%)
(0.16/0.00/0.22/0.07)	

CMYK percentages

%16.39
%0
%21.85
%6.67

Codes

Color #C7EEBA in popluar color models

C7EEBA
RGB199238186
HSL105°60.47%83.14%
HSB/HSV105°21.85%93.33%
CMYK16.39%0.00%21.85%
6.67%

Color #C7EEBA in popluar number systems.

HEXC7EEBA
Decimal199238186
Binary110001111110111010111010
Octal307356272

Shades and tints

Shades of #C7EEBA

#C7EEBA
(199,238,186)
#B5D9AA
(181,217,170)
#A3C49A
(163,196,154)
#91AF8A
(145,175,138)
#7F9A7A
(127,154,122)
#6D856A
(109,133,106)
#5B705A
(91,112,90)
#495B4A
(73,91,74)
#37463A
(55,70,58)
#25312A
(37,49,42)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #C7EEBA

#C7EEBA
(199,238,186)
#CCEFC0
(204,239,192)
#D1F0C6
(209,240,198)
#D6F1CC
(214,241,204)
#DBF2D2
(219,242,210)
#E0F3D8
(224,243,216)
#E5F4DE
(229,244,222)
#EAF5E4
(234,245,228)
#EFF6EA
(239,246,234)
#F4F7F0
(244,247,240)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EEBA; }

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

This text font color is #C7EEBA.


Background Color

.myBgColor { background-color: #C7EEBA; }

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

This div background color is #C7EEBA.


Border color

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

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

This div border color is #C7EEBA.


Opacity

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

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

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

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

This text has shadow with #C7EEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EEBA on black background.


Color preview on white background

This text has color #C7EEBA on white background.



Black color preview on #C7EEBA background

This text has black color on #C7EEBA background.


White color preview on #C7EEBA background

This text has white color on #C7EEBA background.