COLOR #C7E5B5

HEX: #C7E5B5 RGB: (199,229,181)

Color info

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

RGB color model

#C7E5B5 color RGB value is (199,229,181).

RGB: (199,229,181) (78%, 90%, 71%)

RGB channels and saturation

R 199 of 255 = 78%
G 229 of 255 = 90%
B 181 of 255 = 71%

199
229
181

R + G + B ~ 80%. #C7E5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 229 + 181 = 609 (100%)
R 199 of 609 ~ 32.68%
G 229 of 609 ~ 37.6%
B 181 of 609 ~ 29.72'%

%32.68
%37.6
%29.72

CMYK color model

#C7E5B5 color CMYK value is (13,0,21,10).

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

CMYK: (13,0,21,10)
C13M0Y21K10 (13%, 0%, 21%, 10%)
(0.13 / 0.00 / 0.21 / 0.10)

CMYK percentages

%13.1
%0
%20.96
%10.2

Codes

Color #C7E5B5 in popluar color models

C7 E5 B5
RGB 199 229 181
HSL 98° 48.00% 80.39%
HSB/HSV 98° 20.96% 89.80%
CMYK 13.10% 0.00% 20.96%
10.20%

Color #C7E5B5 in popluar number systems.

HEX C7 E5 B5
Decimal 199 229 181
Binary 11000111 11100101 10110101
Octal 307 345 265

Shades and tints

Shades of #C7E5B5

#C7E5B5
(199,229,181)
#B5D1A5
(181,209,165)
#A3BD95
(163,189,149)
#91A985
(145,169,133)
#7F9575
(127,149,117)
#6D8165
(109,129,101)
#5B6D55
(91,109,85)
#495945
(73,89,69)
#374535
(55,69,53)
#253125
(37,49,37)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #C7E5B5

#C7E5B5
(199,229,181)
#CCE7BB
(204,231,187)
#D1E9C1
(209,233,193)
#D6EBC7
(214,235,199)
#DBEDCD
(219,237,205)
#E0EFD3
(224,239,211)
#E5F1D9
(229,241,217)
#EAF3DF
(234,243,223)
#EFF5E5
(239,245,229)
#F4F7EB
(244,247,235)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E5B5; }

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

This text font color is #C7E5B5.

Background Color

.myBgColor { background-color: #C7E5B5; }

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

This div background color is #C7E5B5.

Border color

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

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

This div border color is #C7E5B5.

Opacity

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

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

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

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

This text has shadow with #C7E5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E5B5.

Preview

Color preview on black background

This text has color #C7E5B5 on black background.


Color preview on white background

This text has color #C7E5B5 on white background.


Black color preview on #C7E5B5 background

This text has black color on #C7E5B5 background.


White color preview on #C7E5B5 background

This text has white color on #C7E5B5 background.


Related colors

Complementary color

Complementary color for #hex is #381A4A.


I love getcolorcode.com

Triadic colors

1 #B5C7E5 and #E5B5C7 with #C7E5B5 are triadic colors.

2 #B5E5C7 and #E5C7B5 with #C7E5B5 are triadic colors.