COLOR #C5BAF4

HEX: #C5BAF4
RGB: (197,186,244)

Color info

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

RGB color model

#C5BAF4 color RGB value is (197,186,244).

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

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 244 of 255 = 96%

197
186
244

R + G + B ~ 82%. #C5BAF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 244 = 627 (100%)
R 197 of 627 ~ 31.42%
G 186 of 627 ~ 29.67%
B 244 of 627 ~ 38.92%

%31.42
%29.67
%38.92

CMYK color model

#C5BAF4 color CMYK value is (19,24,0,4).

  • cyan value is 19.26%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(19,24,0,4)
C19M24Y0K4 
(19%,24%,0%,4%)
(0.19/0.24/0.00/0.04)	

CMYK percentages

%19.26
%23.77
%0
%4.31

Codes

Color #C5BAF4 in popluar color models

C5BAF4
RGB197186244
HSL251°72.50%84.31%
HSB/HSV251°23.77%95.69%
CMYK19.26%23.77%0.00%
4.31%

Color #C5BAF4 in popluar number systems.

HEXC5BAF4
Decimal197186244
Binary110001011011101011110100
Octal305272364

Shades and tints

Shades of #C5BAF4

#C5BAF4
(197,186,244)
#B4AADE
(180,170,222)
#A39AC8
(163,154,200)
#928AB2
(146,138,178)
#817A9C
(129,122,156)
#706A86
(112,106,134)
#5F5A70
(95,90,112)
#4E4A5A
(78,74,90)
#3D3A44
(61,58,68)
#2C2A2E
(44,42,46)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #C5BAF4

#C5BAF4
(197,186,244)
#CAC0F5
(202,192,245)
#CFC6F6
(207,198,246)
#D4CCF7
(212,204,247)
#D9D2F8
(217,210,248)
#DED8F9
(222,216,249)
#E3DEFA
(227,222,250)
#E8E4FB
(232,228,251)
#EDEAFC
(237,234,252)
#F2F0FD
(242,240,253)
#F7F6FE
(247,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAF4; }

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

This text font color is #C5BAF4.


Background Color

.myBgColor { background-color: #C5BAF4; }

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

This div background color is #C5BAF4.


Border color

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

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

This div border color is #C5BAF4.


Opacity

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

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

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

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

This text has shadow with #C5BAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAF4 on black background.


Color preview on white background

This text has color #C5BAF4 on white background.



Black color preview on #C5BAF4 background

This text has black color on #C5BAF4 background.


White color preview on #C5BAF4 background

This text has white color on #C5BAF4 background.