COLOR #C5BAE1

HEX: #C5BAE1
RGB: (197,186,225)

Color info

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

RGB color model

#C5BAE1 color RGB value is (197,186,225).

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

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 225 of 255 = 88%

197
186
225

R + G + B ~ 79%. #C5BAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 225 = 608 (100%)
R 197 of 608 ~ 32.4%
G 186 of 608 ~ 30.59%
B 225 of 608 ~ 37.01%

%32.4
%30.59
%37.01

CMYK color model

#C5BAE1 color CMYK value is (12,17,0,12).

  • cyan value is 12.44%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,17,0,12)
C12M17Y0K12 
(12%,17%,0%,12%)
(0.12/0.17/0.00/0.12)	

CMYK percentages

%12.44
%17.33
%0
%11.76

Codes

Color #C5BAE1 in popluar color models

C5BAE1
RGB197186225
HSL257°39.39%80.59%
HSB/HSV257°17.33%88.24%
CMYK12.44%17.33%0.00%
11.76%

Color #C5BAE1 in popluar number systems.

HEXC5BAE1
Decimal197186225
Binary110001011011101011100001
Octal305272341

Shades and tints

Shades of #C5BAE1

#C5BAE1
(197,186,225)
#B4AACD
(180,170,205)
#A39AB9
(163,154,185)
#928AA5
(146,138,165)
#817A91
(129,122,145)
#706A7D
(112,106,125)
#5F5A69
(95,90,105)
#4E4A55
(78,74,85)
#3D3A41
(61,58,65)
#2C2A2D
(44,42,45)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #C5BAE1

#C5BAE1
(197,186,225)
#CAC0E3
(202,192,227)
#CFC6E5
(207,198,229)
#D4CCE7
(212,204,231)
#D9D2E9
(217,210,233)
#DED8EB
(222,216,235)
#E3DEED
(227,222,237)
#E8E4EF
(232,228,239)
#EDEAF1
(237,234,241)
#F2F0F3
(242,240,243)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAE1; }

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

This text font color is #C5BAE1.


Background Color

.myBgColor { background-color: #C5BAE1; }

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

This div background color is #C5BAE1.


Border color

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

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

This div border color is #C5BAE1.


Opacity

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

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

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

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

This text has shadow with #C5BAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAE1 on black background.


Color preview on white background

This text has color #C5BAE1 on white background.



Black color preview on #C5BAE1 background

This text has black color on #C5BAE1 background.


White color preview on #C5BAE1 background

This text has white color on #C5BAE1 background.