COLOR #C5E0BD

HEX: #C5E0BD RGB: (197,224,189)

Color info

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

RGB color model

#C5E0BD color RGB value is (197,224,189).

RGB: (197,224,189) (77%, 88%, 74%)

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 189 of 255 = 74%

197
224
189

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

Portions of RGB colors in percentages

R + G + B = 197 + 224 + 189 = 610 (100%)
R 197 of 610 ~ 32.3%
G 224 of 610 ~ 36.72%
B 189 of 610 ~ 30.98'%

%32.3
%36.72
%30.98

CMYK color model

#C5E0BD color CMYK value is (12,0,16,12).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%

CMYK: (12,0,16,12)
C12M0Y16K12 (12%, 0%, 16%, 12%)
(0.12 / 0.00 / 0.16 / 0.12)

CMYK percentages

%12.05
%0
%15.63
%12.16

Codes

Color #C5E0BD in popluar color models

C5 E0 BD
RGB 197 224 189
HSL 106° 36.08% 80.98%
HSB/HSV 106° 15.63% 87.84%
CMYK 12.05% 0.00% 15.63%
12.16%

Color #C5E0BD in popluar number systems.

HEX C5 E0 BD
Decimal 197 224 189
Binary 11000101 11100000 10111101
Octal 305 340 275

Shades and tints

Shades of #C5E0BD

#C5E0BD
(197,224,189)
#B4CCAC
(180,204,172)
#A3B89B
(163,184,155)
#92A48A
(146,164,138)
#819079
(129,144,121)
#707C68
(112,124,104)
#5F6857
(95,104,87)
#4E5446
(78,84,70)
#3D4035
(61,64,53)
#2C2C24
(44,44,36)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5E0BD

#C5E0BD
(197,224,189)
#CAE2C3
(202,226,195)
#CFE4C9
(207,228,201)
#D4E6CF
(212,230,207)
#D9E8D5
(217,232,213)
#DEEADB
(222,234,219)
#E3ECE1
(227,236,225)
#E8EEE7
(232,238,231)
#EDF0ED
(237,240,237)
#F2F2F3
(242,242,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E0BD color. Also use rgb(197,224,189) instead hex code.

Text Font Color

.myTextColor { color: #C5E0BD; }

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

This text font color is #C5E0BD.

Background Color

.myBgColor { background-color: #C5E0BD; }

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

This div background color is #C5E0BD.

Border color

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

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

This div border color is #C5E0BD.

Opacity

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

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

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

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

This text has shadow with #C5E0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E0BD.

Preview

Color preview on black background

This text has color #C5E0BD on black background.


Color preview on white background

This text has color #C5E0BD on white background.


Black color preview on #C5E0BD background

This text has black color on #C5E0BD background.


White color preview on #C5E0BD background

This text has white color on #C5E0BD background.


Related colors

Complementary color

Complementary color for #hex is #3A1F42.


I love getcolorcode.com

Triadic colors

1 #BDC5E0 and #E0BDC5 with #C5E0BD are triadic colors.

2 #BDE0C5 and #E0C5BD with #C5E0BD are triadic colors.