COLOR #C5BAE4

HEX: #C5BAE4 RGB: (197,186,228)

Color info

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

RGB color model

#C5BAE4 color RGB value is (197,186,228).

RGB: (197,186,228) (77%, 73%, 89%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 228 of 255 = 89%

197
186
228

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

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 228 = 611 (100%)
R 197 of 611 ~ 32.24%
G 186 of 611 ~ 30.44%
B 228 of 611 ~ 37.32'%

%32.24
%30.44
%37.32

CMYK color model

#C5BAE4 color CMYK value is (14,18,0,11).

  • cyan value is 13.60%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (14,18,0,11)
C14M18Y0K11 (14%, 18%, 0%, 11%)
(0.14 / 0.18 / 0.00 / 0.11)

CMYK percentages

%13.6
%18.42
%0
%10.59

Codes

Color #C5BAE4 in popluar color models

C5 BA E4
RGB 197 186 228
HSL 256° 43.75% 81.18%
HSB/HSV 256° 18.42% 89.41%
CMYK 13.60% 18.42% 0.00%
10.59%

Color #C5BAE4 in popluar number systems.

HEX C5 BA E4
Decimal 197 186 228
Binary 11000101 10111010 11100100
Octal 305 272 344

Shades and tints

Shades of #C5BAE4

#C5BAE4
(197,186,228)
#B4AAD0
(180,170,208)
#A39ABC
(163,154,188)
#928AA8
(146,138,168)
#817A94
(129,122,148)
#706A80
(112,106,128)
#5F5A6C
(95,90,108)
#4E4A58
(78,74,88)
#3D3A44
(61,58,68)
#2C2A30
(44,42,48)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #C5BAE4

#C5BAE4
(197,186,228)
#CAC0E6
(202,192,230)
#CFC6E8
(207,198,232)
#D4CCEA
(212,204,234)
#D9D2EC
(217,210,236)
#DED8EE
(222,216,238)
#E3DEF0
(227,222,240)
#E8E4F2
(232,228,242)
#EDEAF4
(237,234,244)
#F2F0F6
(242,240,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BAE4 color. Also use rgb(197,186,228) instead hex code.

Text Font Color

.myTextColor { color: #C5BAE4; }

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

This text font color is #C5BAE4.

Background Color

.myBgColor { background-color: #C5BAE4; }

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

This div background color is #C5BAE4.

Border color

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

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

This div border color is #C5BAE4.

Opacity

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

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

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

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

This text has shadow with #C5BAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BAE4.

Preview

Color preview on black background

This text has color #C5BAE4 on black background.


Color preview on white background

This text has color #C5BAE4 on white background.


Black color preview on #C5BAE4 background

This text has black color on #C5BAE4 background.


White color preview on #C5BAE4 background

This text has white color on #C5BAE4 background.


Related colors

Complementary color

Complementary color for #hex is #3A451B.


I love getcolorcode.com

Triadic colors

1 #E4C5BA and #BAE4C5 with #C5BAE4 are triadic colors.

2 #E4BAC5 and #BAC5E4 with #C5BAE4 are triadic colors.