COLOR #C4BAE6

HEX: #C4BAE6
RGB: (196,186,230)

Color info

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

RGB color model

#C4BAE6 color RGB value is (196,186,230).

  • red value is 196;
  • green value is 186;
  • blue value is 230.
RGB:
(196,186,230)
(77%,73%,90%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 230 of 255 = 90%

196
186
230

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

Portions of RGB colors in percentages

R + G + B =
196 + 186 + 230 = 612 (100%)
R 196 of 612 ~ 32.03%
G 186 of 612 ~ 30.39%
B 230 of 612 ~ 37.58%

%32.03
%30.39
%37.58

CMYK color model

#C4BAE6 color CMYK value is (15,19,0,10).

  • cyan value is 14.78%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(15,19,0,10)
C15M19Y0K10 
(15%,19%,0%,10%)
(0.15/0.19/0.00/0.10)	

CMYK percentages

%14.78
%19.13
%0
%9.8

Codes

Color #C4BAE6 in popluar color models

C4BAE6
RGB196186230
HSL254°46.81%81.57%
HSB/HSV254°19.13%90.20%
CMYK14.78%19.13%0.00%
9.80%

Color #C4BAE6 in popluar number systems.

HEXC4BAE6
Decimal196186230
Binary110001001011101011100110
Octal304272346

Shades and tints

Shades of #C4BAE6

#C4BAE6
(196,186,230)
#B3AAD2
(179,170,210)
#A29ABE
(162,154,190)
#918AAA
(145,138,170)
#807A96
(128,122,150)
#6F6A82
(111,106,130)
#5E5A6E
(94,90,110)
#4D4A5A
(77,74,90)
#3C3A46
(60,58,70)
#2B2A32
(43,42,50)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #C4BAE6

#C4BAE6
(196,186,230)
#C9C0E8
(201,192,232)
#CEC6EA
(206,198,234)
#D3CCEC
(211,204,236)
#D8D2EE
(216,210,238)
#DDD8F0
(221,216,240)
#E2DEF2
(226,222,242)
#E7E4F4
(231,228,244)
#ECEAF6
(236,234,246)
#F1F0F8
(241,240,248)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BAE6 color. Also use rgb(196,186,230) instead hex code.

Text Font Color

.myTextColor { color: #C4BAE6; }

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

This text font color is #C4BAE6.


Background Color

.myBgColor { background-color: #C4BAE6; }

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

This div background color is #C4BAE6.


Border color

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

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

This div border color is #C4BAE6.


Opacity

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

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

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

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

This text has shadow with #C4BAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BAE6 on black background.


Color preview on white background

This text has color #C4BAE6 on white background.



Black color preview on #C4BAE6 background

This text has black color on #C4BAE6 background.


White color preview on #C4BAE6 background

This text has white color on #C4BAE6 background.