COLOR #C5BAE3

HEX: #C5BAE3
RGB: (197,186,227)

Color info

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

RGB color model

#C5BAE3 color RGB value is (197,186,227).

  • red value is 197;
  • green value is 186;
  • blue value is 227.
RGB:
(197,186,227)
(77%,73%,89%)

RGB channels and saturation

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

197
186
227

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 227 = 610 (100%)
R 197 of 610 ~ 32.3%
G 186 of 610 ~ 30.49%
B 227 of 610 ~ 37.21%

%32.3
%30.49
%37.21

CMYK color model

#C5BAE3 color CMYK value is (13,18,0,11).

  • cyan value is 13.22%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,18,0,11)
C13M18Y0K11 
(13%,18%,0%,11%)
(0.13/0.18/0.00/0.11)	

CMYK percentages

%13.22
%18.06
%0
%10.98

Codes

Color #C5BAE3 in popluar color models

C5BAE3
RGB197186227
HSL256°42.27%80.98%
HSB/HSV256°18.06%89.02%
CMYK13.22%18.06%0.00%
10.98%

Color #C5BAE3 in popluar number systems.

HEXC5BAE3
Decimal197186227
Binary110001011011101011100011
Octal305272343

Shades and tints

Shades of #C5BAE3

#C5BAE3
(197,186,227)
#B4AACF
(180,170,207)
#A39ABB
(163,154,187)
#928AA7
(146,138,167)
#817A93
(129,122,147)
#706A7F
(112,106,127)
#5F5A6B
(95,90,107)
#4E4A57
(78,74,87)
#3D3A43
(61,58,67)
#2C2A2F
(44,42,47)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #C5BAE3

#C5BAE3
(197,186,227)
#CAC0E5
(202,192,229)
#CFC6E7
(207,198,231)
#D4CCE9
(212,204,233)
#D9D2EB
(217,210,235)
#DED8ED
(222,216,237)
#E3DEEF
(227,222,239)
#E8E4F1
(232,228,241)
#EDEAF3
(237,234,243)
#F2F0F5
(242,240,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAE3; }

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

This text font color is #C5BAE3.


Background Color

.myBgColor { background-color: #C5BAE3; }

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

This div background color is #C5BAE3.


Border color

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

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

This div border color is #C5BAE3.


Opacity

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

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

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

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

This text has shadow with #C5BAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAE3 on black background.


Color preview on white background

This text has color #C5BAE3 on white background.



Black color preview on #C5BAE3 background

This text has black color on #C5BAE3 background.


White color preview on #C5BAE3 background

This text has white color on #C5BAE3 background.