COLOR #C3B7ED

HEX: #C3B7ED RGB: (195,183,237)

Color info

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

RGB color model

#C3B7ED color RGB value is (195,183,237).

RGB: (195,183,237) (76%, 72%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 237 of 255 = 93%

195
183
237

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

Portions of RGB colors in percentages

R + G + B = 195 + 183 + 237 = 615 (100%)
R 195 of 615 ~ 31.71%
G 183 of 615 ~ 29.76%
B 237 of 615 ~ 38.54'%

%31.71
%29.76
%38.54

CMYK color model

#C3B7ED color CMYK value is (18,23,0,7).

  • cyan value is 17.72%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (18,23,0,7)
C18M23Y0K7 (18%, 23%, 0%, 7%)
(0.18 / 0.23 / 0.00 / 0.07)

CMYK percentages

%17.72
%22.78
%0
%7.06

Codes

Color #C3B7ED in popluar color models

C3 B7 ED
RGB 195 183 237
HSL 253° 60.00% 82.35%
HSB/HSV 253° 22.78% 92.94%
CMYK 17.72% 22.78% 0.00%
7.06%

Color #C3B7ED in popluar number systems.

HEX C3 B7 ED
Decimal 195 183 237
Binary 11000011 10110111 11101101
Octal 303 267 355

Shades and tints

Shades of #C3B7ED

#C3B7ED
(195,183,237)
#B2A7D8
(178,167,216)
#A197C3
(161,151,195)
#9087AE
(144,135,174)
#7F7799
(127,119,153)
#6E6784
(110,103,132)
#5D576F
(93,87,111)
#4C475A
(76,71,90)
#3B3745
(59,55,69)
#2A2730
(42,39,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #C3B7ED

#C3B7ED
(195,183,237)
#C8BDEE
(200,189,238)
#CDC3EF
(205,195,239)
#D2C9F0
(210,201,240)
#D7CFF1
(215,207,241)
#DCD5F2
(220,213,242)
#E1DBF3
(225,219,243)
#E6E1F4
(230,225,244)
#EBE7F5
(235,231,245)
#F0EDF6
(240,237,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B7ED color. Also use rgb(195,183,237) instead hex code.

Text Font Color

.myTextColor { color: #C3B7ED; }

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

This text font color is #C3B7ED.

Background Color

.myBgColor { background-color: #C3B7ED; }

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

This div background color is #C3B7ED.

Border color

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

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

This div border color is #C3B7ED.

Opacity

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

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

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

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

This text has shadow with #C3B7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B7ED.

Preview

Color preview on black background

This text has color #C3B7ED on black background.


Color preview on white background

This text has color #C3B7ED on white background.


Black color preview on #C3B7ED background

This text has black color on #C3B7ED background.


White color preview on #C3B7ED background

This text has white color on #C3B7ED background.


Related colors

Complementary color

Complementary color for #hex is #3C4812.


I love getcolorcode.com

Triadic colors

1 #EDC3B7 and #B7EDC3 with #C3B7ED are triadic colors.

2 #EDB7C3 and #B7C3ED with #C3B7ED are triadic colors.