COLOR #C3B5EC

HEX: #C3B5EC RGB: (195,181,236)

Color info

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

RGB color model

#C3B5EC color RGB value is (195,181,236).

RGB: (195,181,236) (76%, 71%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 181 of 255 = 71%
B 236 of 255 = 93%

195
181
236

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

Portions of RGB colors in percentages

R + G + B = 195 + 181 + 236 = 612 (100%)
R 195 of 612 ~ 31.86%
G 181 of 612 ~ 29.58%
B 236 of 612 ~ 38.56'%

%31.86
%29.58
%38.56

CMYK color model

#C3B5EC color CMYK value is (17,23,0,7).

  • cyan value is 17.37%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,23,0,7)
C17M23Y0K7 (17%, 23%, 0%, 7%)
(0.17 / 0.23 / 0.00 / 0.07)

CMYK percentages

%17.37
%23.31
%0
%7.45

Codes

Color #C3B5EC in popluar color models

C3 B5 EC
RGB 195 181 236
HSL 255° 59.14% 81.76%
HSB/HSV 255° 23.31% 92.55%
CMYK 17.37% 23.31% 0.00%
7.45%

Color #C3B5EC in popluar number systems.

HEX C3 B5 EC
Decimal 195 181 236
Binary 11000011 10110101 11101100
Octal 303 265 354

Shades and tints

Shades of #C3B5EC

#C3B5EC
(195,181,236)
#B2A5D7
(178,165,215)
#A195C2
(161,149,194)
#9085AD
(144,133,173)
#7F7598
(127,117,152)
#6E6583
(110,101,131)
#5D556E
(93,85,110)
#4C4559
(76,69,89)
#3B3544
(59,53,68)
#2A252F
(42,37,47)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #C3B5EC

#C3B5EC
(195,181,236)
#C8BBED
(200,187,237)
#CDC1EE
(205,193,238)
#D2C7EF
(210,199,239)
#D7CDF0
(215,205,240)
#DCD3F1
(220,211,241)
#E1D9F2
(225,217,242)
#E6DFF3
(230,223,243)
#EBE5F4
(235,229,244)
#F0EBF5
(240,235,245)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B5EC color. Also use rgb(195,181,236) instead hex code.

Text Font Color

.myTextColor { color: #C3B5EC; }

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

This text font color is #C3B5EC.

Background Color

.myBgColor { background-color: #C3B5EC; }

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

This div background color is #C3B5EC.

Border color

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

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

This div border color is #C3B5EC.

Opacity

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

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

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

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

This text has shadow with #C3B5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B5EC.

Preview

Color preview on black background

This text has color #C3B5EC on black background.


Color preview on white background

This text has color #C3B5EC on white background.


Black color preview on #C3B5EC background

This text has black color on #C3B5EC background.


White color preview on #C3B5EC background

This text has white color on #C3B5EC background.


Related colors

Complementary color

Complementary color for #hex is #3C4A13.


I love getcolorcode.com

Triadic colors

1 #ECC3B5 and #B5ECC3 with #C3B5EC are triadic colors.

2 #ECB5C3 and #B5C3EC with #C3B5EC are triadic colors.