COLOR #C5DECA

HEX: #C5DECA
RGB: (197,222,202)

Color info

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

RGB color model

#C5DECA color RGB value is (197,222,202).

  • red value is 197;
  • green value is 222;
  • blue value is 202.
RGB:
(197,222,202)
(77%,87%,79%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 202 of 255 = 79%

197
222
202

R + G + B ~ 81%. #C5DECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 202 = 621 (100%)
R 197 of 621 ~ 31.72%
G 222 of 621 ~ 35.75%
B 202 of 621 ~ 32.53%

%31.72
%35.75
%32.53

CMYK color model

#C5DECA color CMYK value is (11,0,9,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 12.94%
CMYK:
(11,0,9,13)
C11M0Y9K13 
(11%,0%,9%,13%)
(0.11/0.00/0.09/0.13)	

CMYK percentages

%11.26
%0
%9.01
%12.94

Codes

Color #C5DECA in popluar color models

C5DECA
RGB197222202
HSL132°27.47%82.16%
HSB/HSV132°11.26%87.06%
CMYK11.26%0.00%9.01%
12.94%

Color #C5DECA in popluar number systems.

HEXC5DECA
Decimal197222202
Binary110001011101111011001010
Octal305336312

Shades and tints

Shades of #C5DECA

#C5DECA
(197,222,202)
#B4CAB8
(180,202,184)
#A3B6A6
(163,182,166)
#92A294
(146,162,148)
#818E82
(129,142,130)
#707A70
(112,122,112)
#5F665E
(95,102,94)
#4E524C
(78,82,76)
#3D3E3A
(61,62,58)
#2C2A28
(44,42,40)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C5DECA

#C5DECA
(197,222,202)
#CAE1CE
(202,225,206)
#CFE4D2
(207,228,210)
#D4E7D6
(212,231,214)
#D9EADA
(217,234,218)
#DEEDDE
(222,237,222)
#E3F0E2
(227,240,226)
#E8F3E6
(232,243,230)
#EDF6EA
(237,246,234)
#F2F9EE
(242,249,238)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DECA; }

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

This text font color is #C5DECA.


Background Color

.myBgColor { background-color: #C5DECA; }

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

This div background color is #C5DECA.


Border color

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

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

This div border color is #C5DECA.


Opacity

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

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

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

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

This text has shadow with #C5DECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DECA on black background.


Color preview on white background

This text has color #C5DECA on white background.



Black color preview on #C5DECA background

This text has black color on #C5DECA background.


White color preview on #C5DECA background

This text has white color on #C5DECA background.