COLOR #C4C9ED

HEX: #C4C9ED RGB: (196,201,237)

Color info

#C4C9ED contains red, green and blue colors in about the same proportion. Web safe color of #C4C9ED is #CCCCFF (or #CCF).

RGB color model

#C4C9ED color RGB value is (196,201,237).

RGB: (196,201,237) (77%, 79%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 237 of 255 = 93%

196
201
237

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

Portions of RGB colors in percentages

R + G + B = 196 + 201 + 237 = 634 (100%)
R 196 of 634 ~ 30.91%
G 201 of 634 ~ 31.7%
B 237 of 634 ~ 37.38'%

%30.91
%31.7
%37.38

CMYK color model

#C4C9ED color CMYK value is (17,15,0,7).

  • cyan value is 17.30%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,15,0,7)
C17M15Y0K7 (17%, 15%, 0%, 7%)
(0.17 / 0.15 / 0.00 / 0.07)

CMYK percentages

%17.3
%15.19
%0
%7.06

Codes

Color #C4C9ED in popluar color models

C4 C9 ED
RGB 196 201 237
HSL 233° 53.25% 84.90%
HSB/HSV 233° 17.30% 92.94%
CMYK 17.30% 15.19% 0.00%
7.06%

Color #C4C9ED in popluar number systems.

HEX C4 C9 ED
Decimal 196 201 237
Binary 11000100 11001001 11101101
Octal 304 311 355

Shades and tints

Shades of #C4C9ED

#C4C9ED
(196,201,237)
#B3B7D8
(179,183,216)
#A2A5C3
(162,165,195)
#9193AE
(145,147,174)
#808199
(128,129,153)
#6F6F84
(111,111,132)
#5E5D6F
(94,93,111)
#4D4B5A
(77,75,90)
#3C3945
(60,57,69)
#2B2730
(43,39,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #C4C9ED

#C4C9ED
(196,201,237)
#C9CDEE
(201,205,238)
#CED1EF
(206,209,239)
#D3D5F0
(211,213,240)
#D8D9F1
(216,217,241)
#DDDDF2
(221,221,242)
#E2E1F3
(226,225,243)
#E7E5F4
(231,229,244)
#ECE9F5
(236,233,245)
#F1EDF6
(241,237,246)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C9ED color. Also use rgb(196,201,237) instead hex code.

Text Font Color

.myTextColor { color: #C4C9ED; }

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

This text font color is #C4C9ED.

Background Color

.myBgColor { background-color: #C4C9ED; }

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

This div background color is #C4C9ED.

Border color

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

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

This div border color is #C4C9ED.

Opacity

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

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

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

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

This text has shadow with #C4C9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C9ED.

Preview

Color preview on black background

This text has color #C4C9ED on black background.


Color preview on white background

This text has color #C4C9ED on white background.


Black color preview on #C4C9ED background

This text has black color on #C4C9ED background.


White color preview on #C4C9ED background

This text has white color on #C4C9ED background.


Related colors

Complementary color

Complementary color for #hex is #3B3612.


I love getcolorcode.com

Triadic colors

1 #EDC4C9 and #C9EDC4 with #C4C9ED are triadic colors.

2 #EDC9C4 and #C9C4ED with #C4C9ED are triadic colors.