COLOR #C4BAE7

HEX: #C4BAE7 RGB: (196,186,231)

Color info

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

RGB color model

#C4BAE7 color RGB value is (196,186,231).

RGB: (196,186,231) (77%, 73%, 91%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 231 of 255 = 91%

196
186
231

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

Portions of RGB colors in percentages

R + G + B = 196 + 186 + 231 = 613 (100%)
R 196 of 613 ~ 31.97%
G 186 of 613 ~ 30.34%
B 231 of 613 ~ 37.68'%

%31.97
%30.34
%37.68

CMYK color model

#C4BAE7 color CMYK value is (15,19,0,9).

  • cyan value is 15.15%
  • magenta value is 19.48%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (15,19,0,9)
C15M19Y0K9 (15%, 19%, 0%, 9%)
(0.15 / 0.19 / 0.00 / 0.09)

CMYK percentages

%15.15
%19.48
%0
%9.41

Codes

Color #C4BAE7 in popluar color models

C4 BA E7
RGB 196 186 231
HSL 253° 48.39% 81.76%
HSB/HSV 253° 19.48% 90.59%
CMYK 15.15% 19.48% 0.00%
9.41%

Color #C4BAE7 in popluar number systems.

HEX C4 BA E7
Decimal 196 186 231
Binary 11000100 10111010 11100111
Octal 304 272 347

Shades and tints

Shades of #C4BAE7

#C4BAE7
(196,186,231)
#B3AAD2
(179,170,210)
#A29ABD
(162,154,189)
#918AA8
(145,138,168)
#807A93
(128,122,147)
#6F6A7E
(111,106,126)
#5E5A69
(94,90,105)
#4D4A54
(77,74,84)
#3C3A3F
(60,58,63)
#2B2A2A
(43,42,42)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #C4BAE7

#C4BAE7
(196,186,231)
#C9C0E9
(201,192,233)
#CEC6EB
(206,198,235)
#D3CCED
(211,204,237)
#D8D2EF
(216,210,239)
#DDD8F1
(221,216,241)
#E2DEF3
(226,222,243)
#E7E4F5
(231,228,245)
#ECEAF7
(236,234,247)
#F1F0F9
(241,240,249)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BAE7; }

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

This text font color is #C4BAE7.

Background Color

.myBgColor { background-color: #C4BAE7; }

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

This div background color is #C4BAE7.

Border color

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

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

This div border color is #C4BAE7.

Opacity

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

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

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

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

This text has shadow with #C4BAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BAE7.

Preview

Color preview on black background

This text has color #C4BAE7 on black background.


Color preview on white background

This text has color #C4BAE7 on white background.


Black color preview on #C4BAE7 background

This text has black color on #C4BAE7 background.


White color preview on #C4BAE7 background

This text has white color on #C4BAE7 background.


Related colors

Complementary color

Complementary color for #hex is #3B4518.


I love getcolorcode.com

Triadic colors

1 #E7C4BA and #BAE7C4 with #C4BAE7 are triadic colors.

2 #E7BAC4 and #BAC4E7 with #C4BAE7 are triadic colors.