COLOR #C4D3E1

HEX: #C4D3E1
RGB: (196,211,225)

Color info

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

RGB color model

#C4D3E1 color RGB value is (196,211,225).

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

RGB channels and saturation

R 196 of 255 = 77%
G 211 of 255 = 83%
B 225 of 255 = 88%

196
211
225

R + G + B ~ 83%. #C4D3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 211 + 225 = 632 (100%)
R 196 of 632 ~ 31.01%
G 211 of 632 ~ 33.39%
B 225 of 632 ~ 35.6%

%31.01
%33.39
%35.6

CMYK color model

#C4D3E1 color CMYK value is (13,6,0,12).

  • cyan value is 12.89%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(13,6,0,12)
C13M6Y0K12 
(13%,6%,0%,12%)
(0.13/0.06/0.00/0.12)	

CMYK percentages

%12.89
%6.22
%0
%11.76

Codes

Color #C4D3E1 in popluar color models

C4D3E1
RGB196211225
HSL209°32.58%82.55%
HSB/HSV209°12.89%88.24%
CMYK12.89%6.22%0.00%
11.76%

Color #C4D3E1 in popluar number systems.

HEXC4D3E1
Decimal196211225
Binary110001001101001111100001
Octal304323341

Shades and tints

Shades of #C4D3E1

#C4D3E1
(196,211,225)
#B3C0CD
(179,192,205)
#A2ADB9
(162,173,185)
#919AA5
(145,154,165)
#808791
(128,135,145)
#6F747D
(111,116,125)
#5E6169
(94,97,105)
#4D4E55
(77,78,85)
#3C3B41
(60,59,65)
#2B282D
(43,40,45)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #C4D3E1

#C4D3E1
(196,211,225)
#C9D7E3
(201,215,227)
#CEDBE5
(206,219,229)
#D3DFE7
(211,223,231)
#D8E3E9
(216,227,233)
#DDE7EB
(221,231,235)
#E2EBED
(226,235,237)
#E7EFEF
(231,239,239)
#ECF3F1
(236,243,241)
#F1F7F3
(241,247,243)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D3E1; }

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

This text font color is #C4D3E1.


Background Color

.myBgColor { background-color: #C4D3E1; }

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

This div background color is #C4D3E1.


Border color

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

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

This div border color is #C4D3E1.


Opacity

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

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

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

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

This text has shadow with #C4D3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D3E1 on black background.


Color preview on white background

This text has color #C4D3E1 on white background.



Black color preview on #C4D3E1 background

This text has black color on #C4D3E1 background.


White color preview on #C4D3E1 background

This text has white color on #C4D3E1 background.