COLOR #C4B8EC

HEX: #C4B8EC RGB: (196,184,236)

Color info

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

RGB color model

#C4B8EC color RGB value is (196,184,236).

RGB: (196,184,236) (77%, 72%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 236 of 255 = 93%

196
184
236

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

Portions of RGB colors in percentages

R + G + B = 196 + 184 + 236 = 616 (100%)
R 196 of 616 ~ 31.82%
G 184 of 616 ~ 29.87%
B 236 of 616 ~ 38.31'%

%31.82
%29.87
%38.31

CMYK color model

#C4B8EC color CMYK value is (17,22,0,7).

  • cyan value is 16.95%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,22,0,7)
C17M22Y0K7 (17%, 22%, 0%, 7%)
(0.17 / 0.22 / 0.00 / 0.07)

CMYK percentages

%16.95
%22.03
%0
%7.45

Codes

Color #C4B8EC in popluar color models

C4 B8 EC
RGB 196 184 236
HSL 254° 57.78% 82.35%
HSB/HSV 254° 22.03% 92.55%
CMYK 16.95% 22.03% 0.00%
7.45%

Color #C4B8EC in popluar number systems.

HEX C4 B8 EC
Decimal 196 184 236
Binary 11000100 10111000 11101100
Octal 304 270 354

Shades and tints

Shades of #C4B8EC

#C4B8EC
(196,184,236)
#B3A8D7
(179,168,215)
#A298C2
(162,152,194)
#9188AD
(145,136,173)
#807898
(128,120,152)
#6F6883
(111,104,131)
#5E586E
(94,88,110)
#4D4859
(77,72,89)
#3C3844
(60,56,68)
#2B282F
(43,40,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #C4B8EC

#C4B8EC
(196,184,236)
#C9BEED
(201,190,237)
#CEC4EE
(206,196,238)
#D3CAEF
(211,202,239)
#D8D0F0
(216,208,240)
#DDD6F1
(221,214,241)
#E2DCF2
(226,220,242)
#E7E2F3
(231,226,243)
#ECE8F4
(236,232,244)
#F1EEF5
(241,238,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B8EC color. Also use rgb(196,184,236) instead hex code.

Text Font Color

.myTextColor { color: #C4B8EC; }

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

This text font color is #C4B8EC.

Background Color

.myBgColor { background-color: #C4B8EC; }

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

This div background color is #C4B8EC.

Border color

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

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

This div border color is #C4B8EC.

Opacity

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

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

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

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

This text has shadow with #C4B8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B8EC.

Preview

Color preview on black background

This text has color #C4B8EC on black background.


Color preview on white background

This text has color #C4B8EC on white background.


Black color preview on #C4B8EC background

This text has black color on #C4B8EC background.


White color preview on #C4B8EC background

This text has white color on #C4B8EC background.


Related colors

Complementary color

Complementary color for #hex is #3B4713.


I love getcolorcode.com

Triadic colors

1 #ECC4B8 and #B8ECC4 with #C4B8EC are triadic colors.

2 #ECB8C4 and #B8C4EC with #C4B8EC are triadic colors.