COLOR #C5B4EB

HEX: #C5B4EB
RGB: (197,180,235)

Color info

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

RGB color model

#C5B4EB color RGB value is (197,180,235).

  • red value is 197;
  • green value is 180;
  • blue value is 235.
RGB:
(197,180,235)
(77%,71%,92%)

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 235 of 255 = 92%

197
180
235

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

Portions of RGB colors in percentages

R + G + B =
197 + 180 + 235 = 612 (100%)
R 197 of 612 ~ 32.19%
G 180 of 612 ~ 29.41%
B 235 of 612 ~ 38.4%

%32.19
%29.41
%38.4

CMYK color model

#C5B4EB color CMYK value is (16,23,0,8).

  • cyan value is 16.17%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(16,23,0,8)
C16M23Y0K8 
(16%,23%,0%,8%)
(0.16/0.23/0.00/0.08)	

CMYK percentages

%16.17
%23.4
%0
%7.84

Codes

Color #C5B4EB in popluar color models

C5B4EB
RGB197180235
HSL259°57.89%81.37%
HSB/HSV259°23.40%92.16%
CMYK16.17%23.40%0.00%
7.84%

Color #C5B4EB in popluar number systems.

HEXC5B4EB
Decimal197180235
Binary110001011011010011101011
Octal305264353

Shades and tints

Shades of #C5B4EB

#C5B4EB
(197,180,235)
#B4A4D6
(180,164,214)
#A394C1
(163,148,193)
#9284AC
(146,132,172)
#817497
(129,116,151)
#706482
(112,100,130)
#5F546D
(95,84,109)
#4E4458
(78,68,88)
#3D3443
(61,52,67)
#2C242E
(44,36,46)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5B4EB

#C5B4EB
(197,180,235)
#CABAEC
(202,186,236)
#CFC0ED
(207,192,237)
#D4C6EE
(212,198,238)
#D9CCEF
(217,204,239)
#DED2F0
(222,210,240)
#E3D8F1
(227,216,241)
#E8DEF2
(232,222,242)
#EDE4F3
(237,228,243)
#F2EAF4
(242,234,244)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B4EB color. Also use rgb(197,180,235) instead hex code.

Text Font Color

.myTextColor { color: #C5B4EB; }

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

This text font color is #C5B4EB.


Background Color

.myBgColor { background-color: #C5B4EB; }

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

This div background color is #C5B4EB.


Border color

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

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

This div border color is #C5B4EB.


Opacity

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

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

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

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

This text has shadow with #C5B4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B4EB on black background.


Color preview on white background

This text has color #C5B4EB on white background.



Black color preview on #C5B4EB background

This text has black color on #C5B4EB background.


White color preview on #C5B4EB background

This text has white color on #C5B4EB background.