COLOR #C3BBE9

HEX: #C3BBE9 RGB: (195,187,233)

Color info

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

RGB color model

#C3BBE9 color RGB value is (195,187,233).

RGB: (195,187,233) (76%, 73%, 91%)

RGB channels and saturation

R 195 of 255 = 76%
G 187 of 255 = 73%
B 233 of 255 = 91%

195
187
233

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

Portions of RGB colors in percentages

R + G + B = 195 + 187 + 233 = 615 (100%)
R 195 of 615 ~ 31.71%
G 187 of 615 ~ 30.41%
B 233 of 615 ~ 37.89'%

%31.71
%30.41
%37.89

CMYK color model

#C3BBE9 color CMYK value is (16,20,0,9).

  • cyan value is 16.31%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (16,20,0,9)
C16M20Y0K9 (16%, 20%, 0%, 9%)
(0.16 / 0.20 / 0.00 / 0.09)

CMYK percentages

%16.31
%19.74
%0
%8.63

Codes

Color #C3BBE9 in popluar color models

C3 BB E9
RGB 195 187 233
HSL 250° 51.11% 82.35%
HSB/HSV 250° 19.74% 91.37%
CMYK 16.31% 19.74% 0.00%
8.63%

Color #C3BBE9 in popluar number systems.

HEX C3 BB E9
Decimal 195 187 233
Binary 11000011 10111011 11101001
Octal 303 273 351

Shades and tints

Shades of #C3BBE9

#C3BBE9
(195,187,233)
#B2AAD4
(178,170,212)
#A199BF
(161,153,191)
#9088AA
(144,136,170)
#7F7795
(127,119,149)
#6E6680
(110,102,128)
#5D556B
(93,85,107)
#4C4456
(76,68,86)
#3B3341
(59,51,65)
#2A222C
(42,34,44)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #C3BBE9

#C3BBE9
(195,187,233)
#C8C1EB
(200,193,235)
#CDC7ED
(205,199,237)
#D2CDEF
(210,205,239)
#D7D3F1
(215,211,241)
#DCD9F3
(220,217,243)
#E1DFF5
(225,223,245)
#E6E5F7
(230,229,247)
#EBEBF9
(235,235,249)
#F0F1FB
(240,241,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BBE9 color. Also use rgb(195,187,233) instead hex code.

Text Font Color

.myTextColor { color: #C3BBE9; }

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

This text font color is #C3BBE9.

Background Color

.myBgColor { background-color: #C3BBE9; }

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

This div background color is #C3BBE9.

Border color

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

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

This div border color is #C3BBE9.

Opacity

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

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

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

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

This text has shadow with #C3BBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BBE9.

Preview

Color preview on black background

This text has color #C3BBE9 on black background.


Color preview on white background

This text has color #C3BBE9 on white background.


Black color preview on #C3BBE9 background

This text has black color on #C3BBE9 background.


White color preview on #C3BBE9 background

This text has white color on #C3BBE9 background.


Related colors

Complementary color

Complementary color for #hex is #3C4416.


I love getcolorcode.com

Triadic colors

1 #E9C3BB and #BBE9C3 with #C3BBE9 are triadic colors.

2 #E9BBC3 and #BBC3E9 with #C3BBE9 are triadic colors.