COLOR #C3B2ED

HEX: #C3B2ED RGB: (195,178,237)

Color info

#C3B2ED contains red, green and blue colors in about the same proportion. Web safe color of #C3B2ED is #CC99FF (or #C9F).

RGB color model

#C3B2ED color RGB value is (195,178,237).

RGB: (195,178,237) (76%, 70%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 237 of 255 = 93%

195
178
237

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

Portions of RGB colors in percentages

R + G + B = 195 + 178 + 237 = 610 (100%)
R 195 of 610 ~ 31.97%
G 178 of 610 ~ 29.18%
B 237 of 610 ~ 38.85'%

%31.97
%29.18
%38.85

CMYK color model

#C3B2ED color CMYK value is (18,25,0,7).

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

CMYK: (18,25,0,7)
C18M25Y0K7 (18%, 25%, 0%, 7%)
(0.18 / 0.25 / 0.00 / 0.07)

CMYK percentages

%17.72
%24.89
%0
%7.06

Codes

Color #C3B2ED in popluar color models

C3 B2 ED
RGB 195 178 237
HSL 257° 62.11% 81.37%
HSB/HSV 257° 24.89% 92.94%
CMYK 17.72% 24.89% 0.00%
7.06%

Color #C3B2ED in popluar number systems.

HEX C3 B2 ED
Decimal 195 178 237
Binary 11000011 10110010 11101101
Octal 303 262 355

Shades and tints

Shades of #C3B2ED

#C3B2ED
(195,178,237)
#B2A2D8
(178,162,216)
#A192C3
(161,146,195)
#9082AE
(144,130,174)
#7F7299
(127,114,153)
#6E6284
(110,98,132)
#5D526F
(93,82,111)
#4C425A
(76,66,90)
#3B3245
(59,50,69)
#2A2230
(42,34,48)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #C3B2ED

#C3B2ED
(195,178,237)
#C8B9EE
(200,185,238)
#CDC0EF
(205,192,239)
#D2C7F0
(210,199,240)
#D7CEF1
(215,206,241)
#DCD5F2
(220,213,242)
#E1DCF3
(225,220,243)
#E6E3F4
(230,227,244)
#EBEAF5
(235,234,245)
#F0F1F6
(240,241,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B2ED; }

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

This text font color is #C3B2ED.

Background Color

.myBgColor { background-color: #C3B2ED; }

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

This div background color is #C3B2ED.

Border color

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

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

This div border color is #C3B2ED.

Opacity

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

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

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

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

This text has shadow with #C3B2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B2ED.

Preview

Color preview on black background

This text has color #C3B2ED on black background.


Color preview on white background

This text has color #C3B2ED on white background.


Black color preview on #C3B2ED background

This text has black color on #C3B2ED background.


White color preview on #C3B2ED background

This text has white color on #C3B2ED background.


Related colors

Complementary color

Complementary color for #hex is #3C4D12.


I love getcolorcode.com

Triadic colors

1 #EDC3B2 and #B2EDC3 with #C3B2ED are triadic colors.

2 #EDB2C3 and #B2C3ED with #C3B2ED are triadic colors.