COLOR #C4E7B5

HEX: #C4E7B5 RGB: (196,231,181)

Color info

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

RGB color model

#C4E7B5 color RGB value is (196,231,181).

RGB: (196,231,181) (77%, 91%, 71%)

RGB channels and saturation

R 196 of 255 = 77%
G 231 of 255 = 91%
B 181 of 255 = 71%

196
231
181

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

Portions of RGB colors in percentages

R + G + B = 196 + 231 + 181 = 608 (100%)
R 196 of 608 ~ 32.24%
G 231 of 608 ~ 37.99%
B 181 of 608 ~ 29.77'%

%32.24
%37.99
%29.77

CMYK color model

#C4E7B5 color CMYK value is (15,0,22,9).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 9.41%

CMYK: (15,0,22,9)
C15M0Y22K9 (15%, 0%, 22%, 9%)
(0.15 / 0.00 / 0.22 / 0.09)

CMYK percentages

%15.15
%0
%21.65
%9.41

Codes

Color #C4E7B5 in popluar color models

C4 E7 B5
RGB 196 231 181
HSL 102° 51.02% 80.78%
HSB/HSV 102° 21.65% 90.59%
CMYK 15.15% 0.00% 21.65%
9.41%

Color #C4E7B5 in popluar number systems.

HEX C4 E7 B5
Decimal 196 231 181
Binary 11000100 11100111 10110101
Octal 304 347 265

Shades and tints

Shades of #C4E7B5

#C4E7B5
(196,231,181)
#B3D2A5
(179,210,165)
#A2BD95
(162,189,149)
#91A885
(145,168,133)
#809375
(128,147,117)
#6F7E65
(111,126,101)
#5E6955
(94,105,85)
#4D5445
(77,84,69)
#3C3F35
(60,63,53)
#2B2A25
(43,42,37)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #C4E7B5

#C4E7B5
(196,231,181)
#C9E9BB
(201,233,187)
#CEEBC1
(206,235,193)
#D3EDC7
(211,237,199)
#D8EFCD
(216,239,205)
#DDF1D3
(221,241,211)
#E2F3D9
(226,243,217)
#E7F5DF
(231,245,223)
#ECF7E5
(236,247,229)
#F1F9EB
(241,249,235)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E7B5 color. Also use rgb(196,231,181) instead hex code.

Text Font Color

.myTextColor { color: #C4E7B5; }

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

This text font color is #C4E7B5.

Background Color

.myBgColor { background-color: #C4E7B5; }

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

This div background color is #C4E7B5.

Border color

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

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

This div border color is #C4E7B5.

Opacity

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

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

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

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

This text has shadow with #C4E7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E7B5.

Preview

Color preview on black background

This text has color #C4E7B5 on black background.


Color preview on white background

This text has color #C4E7B5 on white background.


Black color preview on #C4E7B5 background

This text has black color on #C4E7B5 background.


White color preview on #C4E7B5 background

This text has white color on #C4E7B5 background.


Related colors

Complementary color

Complementary color for #hex is #3B184A.


I love getcolorcode.com

Triadic colors

1 #B5C4E7 and #E7B5C4 with #C4E7B5 are triadic colors.

2 #B5E7C4 and #E7C4B5 with #C4E7B5 are triadic colors.