COLOR #C5DBCA

HEX: #C5DBCA
RGB: (197,219,202)

Color info

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

RGB color model

#C5DBCA color RGB value is (197,219,202).

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

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 202 of 255 = 79%

197
219
202

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

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 202 = 618 (100%)
R 197 of 618 ~ 31.88%
G 219 of 618 ~ 35.44%
B 202 of 618 ~ 32.69%

%31.88
%35.44
%32.69

CMYK color model

#C5DBCA color CMYK value is (10,0,8,14).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK:
(10,0,8,14)
C10M0Y8K14 
(10%,0%,8%,14%)
(0.10/0.00/0.08/0.14)	

CMYK percentages

%10.05
%0
%7.76
%14.12

Codes

Color #C5DBCA in popluar color models

C5DBCA
RGB197219202
HSL134°23.40%81.57%
HSB/HSV134°10.05%85.88%
CMYK10.05%0.00%7.76%
14.12%

Color #C5DBCA in popluar number systems.

HEXC5DBCA
Decimal197219202
Binary110001011101101111001010
Octal305333312

Shades and tints

Shades of #C5DBCA

#C5DBCA
(197,219,202)
#B4C8B8
(180,200,184)
#A3B5A6
(163,181,166)
#92A294
(146,162,148)
#818F82
(129,143,130)
#707C70
(112,124,112)
#5F695E
(95,105,94)
#4E564C
(78,86,76)
#3D433A
(61,67,58)
#2C3028
(44,48,40)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #C5DBCA

#C5DBCA
(197,219,202)
#CADECE
(202,222,206)
#CFE1D2
(207,225,210)
#D4E4D6
(212,228,214)
#D9E7DA
(217,231,218)
#DEEADE
(222,234,222)
#E3EDE2
(227,237,226)
#E8F0E6
(232,240,230)
#EDF3EA
(237,243,234)
#F2F6EE
(242,246,238)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBCA; }

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

This text font color is #C5DBCA.


Background Color

.myBgColor { background-color: #C5DBCA; }

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

This div background color is #C5DBCA.


Border color

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

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

This div border color is #C5DBCA.


Opacity

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

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

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

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

This text has shadow with #C5DBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBCA on black background.


Color preview on white background

This text has color #C5DBCA on white background.



Black color preview on #C5DBCA background

This text has black color on #C5DBCA background.


White color preview on #C5DBCA background

This text has white color on #C5DBCA background.