COLOR #C5E0BF

HEX: #C5E0BF RGB: (197,224,191)

Color info

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

RGB color model

#C5E0BF color RGB value is (197,224,191).

RGB: (197,224,191) (77%, 88%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 191 of 255 = 75%

197
224
191

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

Portions of RGB colors in percentages

R + G + B = 197 + 224 + 191 = 612 (100%)
R 197 of 612 ~ 32.19%
G 224 of 612 ~ 36.6%
B 191 of 612 ~ 31.21'%

%32.19
%36.6
%31.21

CMYK color model

#C5E0BF color CMYK value is (12,0,15,12).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK: (12,0,15,12) C12M0Y15K12 (12%,0%,15%,12%) (0.12/0.00/0.15/0.12) 

CMYK percentages

%12.05
%0
%14.73
%12.16

Codes

Color #C5E0BF in popluar color models

C5 E0 BF
RGB 197 224 191
HSL 109° 34.74% 81.37%
HSB/HSV 109° 14.73% 87.84%
CMYK 12.05% 0.00% 14.73%
12.16%

Color #C5E0BF in popluar number systems.

HEX C5 E0 BF
Decimal 197 224 191
Binary 11000101 11100000 10111111
Octal 305 340 277

Shades and tints

Shades of #C5E0BF

#C5E0BF
(197,224,191)
#B4CCAE
(180,204,174)
#A3B89D
(163,184,157)
#92A48C
(146,164,140)
#81907B
(129,144,123)
#707C6A
(112,124,106)
#5F6859
(95,104,89)
#4E5448
(78,84,72)
#3D4037
(61,64,55)
#2C2C26
(44,44,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5E0BF

#C5E0BF
(197,224,191)
#CAE2C4
(202,226,196)
#CFE4C9
(207,228,201)
#D4E6CE
(212,230,206)
#D9E8D3
(217,232,211)
#DEEAD8
(222,234,216)
#E3ECDD
(227,236,221)
#E8EEE2
(232,238,226)
#EDF0E7
(237,240,231)
#F2F2EC
(242,242,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E0BF; }

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

This text font color is #C5E0BF.

Background Color

.myBgColor { background-color: #C5E0BF; }

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

This div background color is #C5E0BF.

Border color

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

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

This div border color is #C5E0BF.

Opacity

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

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

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

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

This text has shadow with #C5E0BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E0BF.

Preview

Color preview on black background

This text has color #C5E0BF on black background.


Color preview on white background

This text has color #C5E0BF on white background.


Black color preview on #C5E0BF background

This text has black color on #C5E0BF background.


White color preview on #C5E0BF background

This text has white color on #C5E0BF background.


Related colors

Complementary color

Complementary color for #hex is #3A1F40.


I love getcolorcode.com

Triadic colors

1 #BFC5E0 and #E0BFC5 with #C5E0BF are triadic colors.

2 #BFE0C5 and #E0C5BF with #C5E0BF are triadic colors.