COLOR #C4B6EA

HEX: #C4B6EA RGB: (196,182,234)

Color info

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

RGB color model

#C4B6EA color RGB value is (196,182,234).

RGB: (196,182,234) (77%, 71%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 234 of 255 = 92%

196
182
234

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

Portions of RGB colors in percentages

R + G + B = 196 + 182 + 234 = 612 (100%)
R 196 of 612 ~ 32.03%
G 182 of 612 ~ 29.74%
B 234 of 612 ~ 38.24'%

%32.03
%29.74
%38.24

CMYK color model

#C4B6EA color CMYK value is (16,22,0,8).

  • cyan value is 16.24%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (16,22,0,8)
C16M22Y0K8 (16%, 22%, 0%, 8%)
(0.16 / 0.22 / 0.00 / 0.08)

CMYK percentages

%16.24
%22.22
%0
%8.24

Codes

Color #C4B6EA in popluar color models

C4 B6 EA
RGB 196 182 234
HSL 256° 55.32% 81.57%
HSB/HSV 256° 22.22% 91.76%
CMYK 16.24% 22.22% 0.00%
8.24%

Color #C4B6EA in popluar number systems.

HEX C4 B6 EA
Decimal 196 182 234
Binary 11000100 10110110 11101010
Octal 304 266 352

Shades and tints

Shades of #C4B6EA

#C4B6EA
(196,182,234)
#B3A6D5
(179,166,213)
#A296C0
(162,150,192)
#9186AB
(145,134,171)
#807696
(128,118,150)
#6F6681
(111,102,129)
#5E566C
(94,86,108)
#4D4657
(77,70,87)
#3C3642
(60,54,66)
#2B262D
(43,38,45)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C4B6EA

#C4B6EA
(196,182,234)
#C9BCEB
(201,188,235)
#CEC2EC
(206,194,236)
#D3C8ED
(211,200,237)
#D8CEEE
(216,206,238)
#DDD4EF
(221,212,239)
#E2DAF0
(226,218,240)
#E7E0F1
(231,224,241)
#ECE6F2
(236,230,242)
#F1ECF3
(241,236,243)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B6EA color. Also use rgb(196,182,234) instead hex code.

Text Font Color

.myTextColor { color: #C4B6EA; }

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

This text font color is #C4B6EA.

Background Color

.myBgColor { background-color: #C4B6EA; }

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

This div background color is #C4B6EA.

Border color

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

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

This div border color is #C4B6EA.

Opacity

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

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

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

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

This text has shadow with #C4B6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B6EA.

Preview

Color preview on black background

This text has color #C4B6EA on black background.


Color preview on white background

This text has color #C4B6EA on white background.


Black color preview on #C4B6EA background

This text has black color on #C4B6EA background.


White color preview on #C4B6EA background

This text has white color on #C4B6EA background.


Related colors

Complementary color

Complementary color for #hex is #3B4915.


I love getcolorcode.com

Triadic colors

1 #EAC4B6 and #B6EAC4 with #C4B6EA are triadic colors.

2 #EAB6C4 and #B6C4EA with #C4B6EA are triadic colors.