COLOR #C3BEE5

HEX: #C3BEE5
RGB: (195,190,229)

Color info

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

RGB color model

#C3BEE5 color RGB value is (195,190,229).

  • red value is 195;
  • green value is 190;
  • blue value is 229.
RGB:
(195,190,229)
(76%,75%,90%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 229 of 255 = 90%

195
190
229

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

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 229 = 614 (100%)
R 195 of 614 ~ 31.76%
G 190 of 614 ~ 30.94%
B 229 of 614 ~ 37.3%

%31.76
%30.94
%37.3

CMYK color model

#C3BEE5 color CMYK value is (15,17,0,10).

  • cyan value is 14.85%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(15,17,0,10)
C15M17Y0K10 
(15%,17%,0%,10%)
(0.15/0.17/0.00/0.10)	

CMYK percentages

%14.85
%17.03
%0
%10.2

Codes

Color #C3BEE5 in popluar color models

C3BEE5
RGB195190229
HSL248°42.86%82.16%
HSB/HSV248°17.03%89.80%
CMYK14.85%17.03%0.00%
10.20%

Color #C3BEE5 in popluar number systems.

HEXC3BEE5
Decimal195190229
Binary110000111011111011100101
Octal303276345

Shades and tints

Shades of #C3BEE5

#C3BEE5
(195,190,229)
#B2ADD1
(178,173,209)
#A19CBD
(161,156,189)
#908BA9
(144,139,169)
#7F7A95
(127,122,149)
#6E6981
(110,105,129)
#5D586D
(93,88,109)
#4C4759
(76,71,89)
#3B3645
(59,54,69)
#2A2531
(42,37,49)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #C3BEE5

#C3BEE5
(195,190,229)
#C8C3E7
(200,195,231)
#CDC8E9
(205,200,233)
#D2CDEB
(210,205,235)
#D7D2ED
(215,210,237)
#DCD7EF
(220,215,239)
#E1DCF1
(225,220,241)
#E6E1F3
(230,225,243)
#EBE6F5
(235,230,245)
#F0EBF7
(240,235,247)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BEE5 color. Also use rgb(195,190,229) instead hex code.

Text Font Color

.myTextColor { color: #C3BEE5; }

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

This text font color is #C3BEE5.


Background Color

.myBgColor { background-color: #C3BEE5; }

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

This div background color is #C3BEE5.


Border color

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

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

This div border color is #C3BEE5.


Opacity

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

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

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

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

This text has shadow with #C3BEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BEE5 on black background.


Color preview on white background

This text has color #C3BEE5 on white background.



Black color preview on #C3BEE5 background

This text has black color on #C3BEE5 background.


White color preview on #C3BEE5 background

This text has white color on #C3BEE5 background.