COLOR #C3B5EA

HEX: #C3B5EA RGB: (195,181,234)

Color info

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

RGB color model

#C3B5EA color RGB value is (195,181,234).

RGB: (195,181,234) (76%, 71%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 181 of 255 = 71%
B 234 of 255 = 92%

195
181
234

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

Portions of RGB colors in percentages

R + G + B = 195 + 181 + 234 = 610 (100%)
R 195 of 610 ~ 31.97%
G 181 of 610 ~ 29.67%
B 234 of 610 ~ 38.36'%

%31.97
%29.67
%38.36

CMYK color model

#C3B5EA color CMYK value is (17,23,0,8).

  • cyan value is 16.67%
  • magenta value is 22.65%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,23,0,8)
C17M23Y0K8 (17%, 23%, 0%, 8%)
(0.17 / 0.23 / 0.00 / 0.08)

CMYK percentages

%16.67
%22.65
%0
%8.24

Codes

Color #C3B5EA in popluar color models

C3 B5 EA
RGB 195 181 234
HSL 256° 55.79% 81.37%
HSB/HSV 256° 22.65% 91.76%
CMYK 16.67% 22.65% 0.00%
8.24%

Color #C3B5EA in popluar number systems.

HEX C3 B5 EA
Decimal 195 181 234
Binary 11000011 10110101 11101010
Octal 303 265 352

Shades and tints

Shades of #C3B5EA

#C3B5EA
(195,181,234)
#B2A5D5
(178,165,213)
#A195C0
(161,149,192)
#9085AB
(144,133,171)
#7F7596
(127,117,150)
#6E6581
(110,101,129)
#5D556C
(93,85,108)
#4C4557
(76,69,87)
#3B3542
(59,53,66)
#2A252D
(42,37,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #C3B5EA

#C3B5EA
(195,181,234)
#C8BBEB
(200,187,235)
#CDC1EC
(205,193,236)
#D2C7ED
(210,199,237)
#D7CDEE
(215,205,238)
#DCD3EF
(220,211,239)
#E1D9F0
(225,217,240)
#E6DFF1
(230,223,241)
#EBE5F2
(235,229,242)
#F0EBF3
(240,235,243)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B5EA; }

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

This text font color is #C3B5EA.

Background Color

.myBgColor { background-color: #C3B5EA; }

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

This div background color is #C3B5EA.

Border color

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

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

This div border color is #C3B5EA.

Opacity

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

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

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

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

This text has shadow with #C3B5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B5EA.

Preview

Color preview on black background

This text has color #C3B5EA on black background.


Color preview on white background

This text has color #C3B5EA on white background.


Black color preview on #C3B5EA background

This text has black color on #C3B5EA background.


White color preview on #C3B5EA background

This text has white color on #C3B5EA background.


Related colors

Complementary color

Complementary color for #hex is #3C4A15.


I love getcolorcode.com

Triadic colors

1 #EAC3B5 and #B5EAC3 with #C3B5EA are triadic colors.

2 #EAB5C3 and #B5C3EA with #C3B5EA are triadic colors.