COLOR #C5DCCE

HEX: #C5DCCE
RGB: (197,220,206)

Color info

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

RGB color model

#C5DCCE color RGB value is (197,220,206).

  • red value is 197;
  • green value is 220;
  • blue value is 206.
RGB:
(197,220,206)
(77%,86%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 206 of 255 = 81%

197
220
206

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

Portions of RGB colors in percentages

R + G + B =
197 + 220 + 206 = 623 (100%)
R 197 of 623 ~ 31.62%
G 220 of 623 ~ 35.31%
B 206 of 623 ~ 33.07%

%31.62
%35.31
%33.07

CMYK color model

#C5DCCE color CMYK value is (10,0,6,14).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(10,0,6,14)
C10M0Y6K14 
(10%,0%,6%,14%)
(0.10/0.00/0.06/0.14)	

CMYK percentages

%10.45
%0
%6.36
%13.73

Codes

Color #C5DCCE in popluar color models

C5DCCE
RGB197220206
HSL143°24.73%81.76%
HSB/HSV143°10.45%86.27%
CMYK10.45%0.00%6.36%
13.73%

Color #C5DCCE in popluar number systems.

HEXC5DCCE
Decimal197220206
Binary110001011101110011001110
Octal305334316

Shades and tints

Shades of #C5DCCE

#C5DCCE
(197,220,206)
#B4C8BC
(180,200,188)
#A3B4AA
(163,180,170)
#92A098
(146,160,152)
#818C86
(129,140,134)
#707874
(112,120,116)
#5F6462
(95,100,98)
#4E5050
(78,80,80)
#3D3C3E
(61,60,62)
#2C282C
(44,40,44)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #C5DCCE

#C5DCCE
(197,220,206)
#CADFD2
(202,223,210)
#CFE2D6
(207,226,214)
#D4E5DA
(212,229,218)
#D9E8DE
(217,232,222)
#DEEBE2
(222,235,226)
#E3EEE6
(227,238,230)
#E8F1EA
(232,241,234)
#EDF4EE
(237,244,238)
#F2F7F2
(242,247,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCCE color. Also use rgb(197,220,206) instead hex code.

Text Font Color

.myTextColor { color: #C5DCCE; }

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

This text font color is #C5DCCE.


Background Color

.myBgColor { background-color: #C5DCCE; }

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

This div background color is #C5DCCE.


Border color

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

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

This div border color is #C5DCCE.


Opacity

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

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

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

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

This text has shadow with #C5DCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCCE on black background.


Color preview on white background

This text has color #C5DCCE on white background.



Black color preview on #C5DCCE background

This text has black color on #C5DCCE background.


White color preview on #C5DCCE background

This text has white color on #C5DCCE background.