COLOR #C5BEE3

HEX: #C5BEE3
RGB: (197,190,227)

Color info

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

RGB color model

#C5BEE3 color RGB value is (197,190,227).

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

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 227 of 255 = 89%

197
190
227

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

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 227 = 614 (100%)
R 197 of 614 ~ 32.08%
G 190 of 614 ~ 30.94%
B 227 of 614 ~ 36.97%

%32.08
%30.94
%36.97

CMYK color model

#C5BEE3 color CMYK value is (13,16,0,11).

  • cyan value is 13.22%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,16,0,11)
C13M16Y0K11 
(13%,16%,0%,11%)
(0.13/0.16/0.00/0.11)	

CMYK percentages

%13.22
%16.3
%0
%10.98

Codes

Color #C5BEE3 in popluar color models

C5BEE3
RGB197190227
HSL251°39.78%81.76%
HSB/HSV251°16.30%89.02%
CMYK13.22%16.30%0.00%
10.98%

Color #C5BEE3 in popluar number systems.

HEXC5BEE3
Decimal197190227
Binary110001011011111011100011
Octal305276343

Shades and tints

Shades of #C5BEE3

#C5BEE3
(197,190,227)
#B4ADCF
(180,173,207)
#A39CBB
(163,156,187)
#928BA7
(146,139,167)
#817A93
(129,122,147)
#70697F
(112,105,127)
#5F586B
(95,88,107)
#4E4757
(78,71,87)
#3D3643
(61,54,67)
#2C252F
(44,37,47)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #C5BEE3

#C5BEE3
(197,190,227)
#CAC3E5
(202,195,229)
#CFC8E7
(207,200,231)
#D4CDE9
(212,205,233)
#D9D2EB
(217,210,235)
#DED7ED
(222,215,237)
#E3DCEF
(227,220,239)
#E8E1F1
(232,225,241)
#EDE6F3
(237,230,243)
#F2EBF5
(242,235,245)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEE3; }

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

This text font color is #C5BEE3.


Background Color

.myBgColor { background-color: #C5BEE3; }

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

This div background color is #C5BEE3.


Border color

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

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

This div border color is #C5BEE3.


Opacity

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

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

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

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

This text has shadow with #C5BEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEE3 on black background.


Color preview on white background

This text has color #C5BEE3 on white background.



Black color preview on #C5BEE3 background

This text has black color on #C5BEE3 background.


White color preview on #C5BEE3 background

This text has white color on #C5BEE3 background.