COLOR #C4CDD3

HEX: #C4CDD3
RGB: (196,205,211)

Color info

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

RGB color model

#C4CDD3 color RGB value is (196,205,211).

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

RGB channels and saturation

R 196 of 255 = 77%
G 205 of 255 = 80%
B 211 of 255 = 83%

196
205
211

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

Portions of RGB colors in percentages

R + G + B =
196 + 205 + 211 = 612 (100%)
R 196 of 612 ~ 32.03%
G 205 of 612 ~ 33.5%
B 211 of 612 ~ 34.48%

%32.03
%33.5
%34.48

CMYK color model

#C4CDD3 color CMYK value is (7,3,0,17).

  • cyan value is 7.11%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(7,3,0,17)
C7M3Y0K17 
(7%,3%,0%,17%)
(0.07/0.03/0.00/0.17)	

CMYK percentages

%7.11
%2.84
%0
%17.25

Codes

Color #C4CDD3 in popluar color models

C4CDD3
RGB196205211
HSL204°14.56%79.80%
HSB/HSV204°7.11%82.75%
CMYK7.11%2.84%0.00%
17.25%

Color #C4CDD3 in popluar number systems.

HEXC4CDD3
Decimal196205211
Binary110001001100110111010011
Octal304315323

Shades and tints

Shades of #C4CDD3

#C4CDD3
(196,205,211)
#B3BBC0
(179,187,192)
#A2A9AD
(162,169,173)
#91979A
(145,151,154)
#808587
(128,133,135)
#6F7374
(111,115,116)
#5E6161
(94,97,97)
#4D4F4E
(77,79,78)
#3C3D3B
(60,61,59)
#2B2B28
(43,43,40)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #C4CDD3

#C4CDD3
(196,205,211)
#C9D1D7
(201,209,215)
#CED5DB
(206,213,219)
#D3D9DF
(211,217,223)
#D8DDE3
(216,221,227)
#DDE1E7
(221,225,231)
#E2E5EB
(226,229,235)
#E7E9EF
(231,233,239)
#ECEDF3
(236,237,243)
#F1F1F7
(241,241,247)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CDD3; }

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

This text font color is #C4CDD3.


Background Color

.myBgColor { background-color: #C4CDD3; }

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

This div background color is #C4CDD3.


Border color

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

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

This div border color is #C4CDD3.


Opacity

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

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

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

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

This text has shadow with #C4CDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CDD3 on black background.


Color preview on white background

This text has color #C4CDD3 on white background.



Black color preview on #C4CDD3 background

This text has black color on #C4CDD3 background.


White color preview on #C4CDD3 background

This text has white color on #C4CDD3 background.