COLOR #C5DEBF

HEX: #C5DEBF RGB: (197,222,191)

Color info

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

RGB color model

#C5DEBF color RGB value is (197,222,191).

RGB: (197,222,191) (77%, 87%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 191 of 255 = 75%

197
222
191

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

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 191 = 610 (100%)
R 197 of 610 ~ 32.3%
G 222 of 610 ~ 36.39%
B 191 of 610 ~ 31.31'%

%32.3
%36.39
%31.31

CMYK color model

#C5DEBF color CMYK value is (11,0,14,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 13.96%
  • key color value is 12.94%

CMYK: (11,0,14,13)
C11M0Y14K13 (11%, 0%, 14%, 13%)
(0.11 / 0.00 / 0.14 / 0.13)

CMYK percentages

%11.26
%0
%13.96
%12.94

Codes

Color #C5DEBF in popluar color models

C5 DE BF
RGB 197 222 191
HSL 108° 31.96% 80.98%
HSB/HSV 108° 13.96% 87.06%
CMYK 11.26% 0.00% 13.96%
12.94%

Color #C5DEBF in popluar number systems.

HEX C5 DE BF
Decimal 197 222 191
Binary 11000101 11011110 10111111
Octal 305 336 277

Shades and tints

Shades of #C5DEBF

#C5DEBF
(197,222,191)
#B4CAAE
(180,202,174)
#A3B69D
(163,182,157)
#92A28C
(146,162,140)
#818E7B
(129,142,123)
#707A6A
(112,122,106)
#5F6659
(95,102,89)
#4E5248
(78,82,72)
#3D3E37
(61,62,55)
#2C2A26
(44,42,38)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5DEBF

#C5DEBF
(197,222,191)
#CAE1C4
(202,225,196)
#CFE4C9
(207,228,201)
#D4E7CE
(212,231,206)
#D9EAD3
(217,234,211)
#DEEDD8
(222,237,216)
#E3F0DD
(227,240,221)
#E8F3E2
(232,243,226)
#EDF6E7
(237,246,231)
#F2F9EC
(242,249,236)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEBF; }

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

This text font color is #C5DEBF.

Background Color

.myBgColor { background-color: #C5DEBF; }

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

This div background color is #C5DEBF.

Border color

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

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

This div border color is #C5DEBF.

Opacity

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

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

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

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

This text has shadow with #C5DEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DEBF.

Preview

Color preview on black background

This text has color #C5DEBF on black background.


Color preview on white background

This text has color #C5DEBF on white background.


Black color preview on #C5DEBF background

This text has black color on #C5DEBF background.


White color preview on #C5DEBF background

This text has white color on #C5DEBF background.


Related colors

Complementary color

Complementary color for #hex is #3A2140.


I love getcolorcode.com

Triadic colors

1 #BFC5DE and #DEBFC5 with #C5DEBF are triadic colors.

2 #BFDEC5 and #DEC5BF with #C5DEBF are triadic colors.