COLOR #C7E5BC

HEX: #C7E5BC RGB: (199,229,188)

Color info

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

RGB color model

#C7E5BC color RGB value is (199,229,188).

RGB: (199,229,188) (78%, 90%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 229 of 255 = 90%
B 188 of 255 = 74%

199
229
188

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

Portions of RGB colors in percentages

R + G + B = 199 + 229 + 188 = 616 (100%)
R 199 of 616 ~ 32.31%
G 229 of 616 ~ 37.18%
B 188 of 616 ~ 30.52'%

%32.31
%37.18
%30.52

CMYK color model

#C7E5BC color CMYK value is (13,0,18,10).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 10.20%

CMYK: (13,0,18,10)
C13M0Y18K10 (13%, 0%, 18%, 10%)
(0.13 / 0.00 / 0.18 / 0.10)

CMYK percentages

%13.1
%0
%17.9
%10.2

Codes

Color #C7E5BC in popluar color models

C7 E5 BC
RGB 199 229 188
HSL 104° 44.09% 81.76%
HSB/HSV 104° 17.90% 89.80%
CMYK 13.10% 0.00% 17.90%
10.20%

Color #C7E5BC in popluar number systems.

HEX C7 E5 BC
Decimal 199 229 188
Binary 11000111 11100101 10111100
Octal 307 345 274

Shades and tints

Shades of #C7E5BC

#C7E5BC
(199,229,188)
#B5D1AB
(181,209,171)
#A3BD9A
(163,189,154)
#91A989
(145,169,137)
#7F9578
(127,149,120)
#6D8167
(109,129,103)
#5B6D56
(91,109,86)
#495945
(73,89,69)
#374534
(55,69,52)
#253123
(37,49,35)
#131D12
(19,29,18)
#000000
(0,0,0)

Tints of #C7E5BC

#C7E5BC
(199,229,188)
#CCE7C2
(204,231,194)
#D1E9C8
(209,233,200)
#D6EBCE
(214,235,206)
#DBEDD4
(219,237,212)
#E0EFDA
(224,239,218)
#E5F1E0
(229,241,224)
#EAF3E6
(234,243,230)
#EFF5EC
(239,245,236)
#F4F7F2
(244,247,242)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E5BC color. Also use rgb(199,229,188) instead hex code.

Text Font Color

.myTextColor { color: #C7E5BC; }

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

This text font color is #C7E5BC.

Background Color

.myBgColor { background-color: #C7E5BC; }

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

This div background color is #C7E5BC.

Border color

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

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

This div border color is #C7E5BC.

Opacity

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

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

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

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

This text has shadow with #C7E5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E5BC.

Preview

Color preview on black background

This text has color #C7E5BC on black background.


Color preview on white background

This text has color #C7E5BC on white background.


Black color preview on #C7E5BC background

This text has black color on #C7E5BC background.


White color preview on #C7E5BC background

This text has white color on #C7E5BC background.


Related colors

Complementary color

Complementary color for #hex is #381A43.


I love getcolorcode.com

Triadic colors

1 #BCC7E5 and #E5BCC7 with #C7E5BC are triadic colors.

2 #BCE5C7 and #E5C7BC with #C7E5BC are triadic colors.