COLOR #C5BEE8

HEX: #C5BEE8
RGB: (197,190,232)

Color info

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

RGB color model

#C5BEE8 color RGB value is (197,190,232).

  • red value is 197;
  • green value is 190;
  • blue value is 232.
RGB:
(197,190,232)
(77%,75%,91%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 232 of 255 = 91%

197
190
232

R + G + B ~ 81%. #C5BEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 232 = 619 (100%)
R 197 of 619 ~ 31.83%
G 190 of 619 ~ 30.69%
B 232 of 619 ~ 37.48%

%31.83
%30.69
%37.48

CMYK color model

#C5BEE8 color CMYK value is (15,18,0,9).

  • cyan value is 15.09%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(15,18,0,9)
C15M18Y0K9 
(15%,18%,0%,9%)
(0.15/0.18/0.00/0.09)	

CMYK percentages

%15.09
%18.1
%0
%9.02

Codes

Color #C5BEE8 in popluar color models

C5BEE8
RGB197190232
HSL250°47.73%82.75%
HSB/HSV250°18.10%90.98%
CMYK15.09%18.10%0.00%
9.02%

Color #C5BEE8 in popluar number systems.

HEXC5BEE8
Decimal197190232
Binary110001011011111011101000
Octal305276350

Shades and tints

Shades of #C5BEE8

#C5BEE8
(197,190,232)
#B4ADD3
(180,173,211)
#A39CBE
(163,156,190)
#928BA9
(146,139,169)
#817A94
(129,122,148)
#70697F
(112,105,127)
#5F586A
(95,88,106)
#4E4755
(78,71,85)
#3D3640
(61,54,64)
#2C252B
(44,37,43)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5BEE8

#C5BEE8
(197,190,232)
#CAC3EA
(202,195,234)
#CFC8EC
(207,200,236)
#D4CDEE
(212,205,238)
#D9D2F0
(217,210,240)
#DED7F2
(222,215,242)
#E3DCF4
(227,220,244)
#E8E1F6
(232,225,246)
#EDE6F8
(237,230,248)
#F2EBFA
(242,235,250)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BEE8 color. Also use rgb(197,190,232) instead hex code.

Text Font Color

.myTextColor { color: #C5BEE8; }

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

This text font color is #C5BEE8.


Background Color

.myBgColor { background-color: #C5BEE8; }

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

This div background color is #C5BEE8.


Border color

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

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

This div border color is #C5BEE8.


Opacity

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

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

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

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

This text has shadow with #C5BEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEE8 on black background.


Color preview on white background

This text has color #C5BEE8 on white background.



Black color preview on #C5BEE8 background

This text has black color on #C5BEE8 background.


White color preview on #C5BEE8 background

This text has white color on #C5BEE8 background.