COLOR #C4CDDB

HEX: #C4CDDB
RGB: (196,205,219)

Color info

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

RGB color model

#C4CDDB color RGB value is (196,205,219).

  • red value is 196;
  • green value is 205;
  • blue value is 219.
RGB:
(196,205,219)
(77%,80%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 205 of 255 = 80%
B 219 of 255 = 86%

196
205
219

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

Portions of RGB colors in percentages

R + G + B =
196 + 205 + 219 = 620 (100%)
R 196 of 620 ~ 31.61%
G 205 of 620 ~ 33.06%
B 219 of 620 ~ 35.32%

%31.61
%33.06
%35.32

CMYK color model

#C4CDDB color CMYK value is (11,6,0,14).

  • cyan value is 10.50%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,6,0,14)
C11M6Y0K14 
(11%,6%,0%,14%)
(0.11/0.06/0.00/0.14)	

CMYK percentages

%10.5
%6.39
%0
%14.12

Codes

Color #C4CDDB in popluar color models

C4CDDB
RGB196205219
HSL217°24.21%81.37%
HSB/HSV217°10.50%85.88%
CMYK10.50%6.39%0.00%
14.12%

Color #C4CDDB in popluar number systems.

HEXC4CDDB
Decimal196205219
Binary110001001100110111011011
Octal304315333

Shades and tints

Shades of #C4CDDB

#C4CDDB
(196,205,219)
#B3BBC8
(179,187,200)
#A2A9B5
(162,169,181)
#9197A2
(145,151,162)
#80858F
(128,133,143)
#6F737C
(111,115,124)
#5E6169
(94,97,105)
#4D4F56
(77,79,86)
#3C3D43
(60,61,67)
#2B2B30
(43,43,48)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #C4CDDB

#C4CDDB
(196,205,219)
#C9D1DE
(201,209,222)
#CED5E1
(206,213,225)
#D3D9E4
(211,217,228)
#D8DDE7
(216,221,231)
#DDE1EA
(221,225,234)
#E2E5ED
(226,229,237)
#E7E9F0
(231,233,240)
#ECEDF3
(236,237,243)
#F1F1F6
(241,241,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CDDB color. Also use rgb(196,205,219) instead hex code.

Text Font Color

.myTextColor { color: #C4CDDB; }

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

This text font color is #C4CDDB.


Background Color

.myBgColor { background-color: #C4CDDB; }

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

This div background color is #C4CDDB.


Border color

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

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

This div border color is #C4CDDB.


Opacity

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

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

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

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

This text has shadow with #C4CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CDDB on black background.


Color preview on white background

This text has color #C4CDDB on white background.



Black color preview on #C4CDDB background

This text has black color on #C4CDDB background.


White color preview on #C4CDDB background

This text has white color on #C4CDDB background.