COLOR #C5B8E1

HEX: #C5B8E1
RGB: (197,184,225)

Color info

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

RGB color model

#C5B8E1 color RGB value is (197,184,225).

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

RGB channels and saturation

R 197 of 255 = 77%
G 184 of 255 = 72%
B 225 of 255 = 88%

197
184
225

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

Portions of RGB colors in percentages

R + G + B =
197 + 184 + 225 = 606 (100%)
R 197 of 606 ~ 32.51%
G 184 of 606 ~ 30.36%
B 225 of 606 ~ 37.13%

%32.51
%30.36
%37.13

CMYK color model

#C5B8E1 color CMYK value is (12,18,0,12).

  • cyan value is 12.44%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,18,0,12)
C12M18Y0K12 
(12%,18%,0%,12%)
(0.12/0.18/0.00/0.12)	

CMYK percentages

%12.44
%18.22
%0
%11.76

Codes

Color #C5B8E1 in popluar color models

C5B8E1
RGB197184225
HSL259°40.59%80.20%
HSB/HSV259°18.22%88.24%
CMYK12.44%18.22%0.00%
11.76%

Color #C5B8E1 in popluar number systems.

HEXC5B8E1
Decimal197184225
Binary110001011011100011100001
Octal305270341

Shades and tints

Shades of #C5B8E1

#C5B8E1
(197,184,225)
#B4A8CD
(180,168,205)
#A398B9
(163,152,185)
#9288A5
(146,136,165)
#817891
(129,120,145)
#70687D
(112,104,125)
#5F5869
(95,88,105)
#4E4855
(78,72,85)
#3D3841
(61,56,65)
#2C282D
(44,40,45)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5B8E1

#C5B8E1
(197,184,225)
#CABEE3
(202,190,227)
#CFC4E5
(207,196,229)
#D4CAE7
(212,202,231)
#D9D0E9
(217,208,233)
#DED6EB
(222,214,235)
#E3DCED
(227,220,237)
#E8E2EF
(232,226,239)
#EDE8F1
(237,232,241)
#F2EEF3
(242,238,243)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B8E1; }

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

This text font color is #C5B8E1.


Background Color

.myBgColor { background-color: #C5B8E1; }

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

This div background color is #C5B8E1.


Border color

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

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

This div border color is #C5B8E1.


Opacity

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

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

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

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

This text has shadow with #C5B8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B8E1 on black background.


Color preview on white background

This text has color #C5B8E1 on white background.



Black color preview on #C5B8E1 background

This text has black color on #C5B8E1 background.


White color preview on #C5B8E1 background

This text has white color on #C5B8E1 background.