COLOR #C38EBC

HEX: #C38EBC
RGB: (195,142,188)

Color info

#C38EBC contains red, green and blue colors in about the same proportion. Web safe color of #C38EBC is #CC99CC (or #C9C).

RGB color model

#C38EBC color RGB value is (195,142,188).

  • red value is 195;
  • green value is 142;
  • blue value is 188.
RGB:
(195,142,188)
(76%,56%,74%)

RGB channels and saturation

R 195 of 255 = 76%
G 142 of 255 = 56%
B 188 of 255 = 74%

195
142
188

R + G + B ~ 69%. #C38EBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 142 + 188 = 525 (100%)
R 195 of 525 ~ 37.14%
G 142 of 525 ~ 27.05%
B 188 of 525 ~ 35.81%

%37.14
%27.05
%35.81

CMYK color model

#C38EBC color CMYK value is (0,27,4,24).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 3.59%
  • key color value is 23.53%
CMYK:
(0,27,4,24)
C0M27Y4K24 
(0%,27%,4%,24%)
(0.00/0.27/0.04/0.24)	

CMYK percentages

%0
%27.18
%3.59
%23.53

Codes

Color #C38EBC in popluar color models

C38EBC
RGB195142188
HSL308°30.64%66.08%
HSB/HSV308°27.18%76.47%
CMYK0.00%27.18%3.59%
23.53%

Color #C38EBC in popluar number systems.

HEXC38EBC
Decimal195142188
Binary110000111000111010111100
Octal303216274

Shades and tints

Shades of #C38EBC

#C38EBC
(195,142,188)
#B282AB
(178,130,171)
#A1769A
(161,118,154)
#906A89
(144,106,137)
#7F5E78
(127,94,120)
#6E5267
(110,82,103)
#5D4656
(93,70,86)
#4C3A45
(76,58,69)
#3B2E34
(59,46,52)
#2A2223
(42,34,35)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #C38EBC

#C38EBC
(195,142,188)
#C898C2
(200,152,194)
#CDA2C8
(205,162,200)
#D2ACCE
(210,172,206)
#D7B6D4
(215,182,212)
#DCC0DA
(220,192,218)
#E1CAE0
(225,202,224)
#E6D4E6
(230,212,230)
#EBDEEC
(235,222,236)
#F0E8F2
(240,232,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38EBC color. Also use rgb(195,142,188) instead hex code.

Text Font Color

.myTextColor { color: #C38EBC; }

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

This text font color is #C38EBC.


Background Color

.myBgColor { background-color: #C38EBC; }

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

This div background color is #C38EBC.


Border color

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

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

This div border color is #C38EBC.


Opacity

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

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

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

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

This text has shadow with #C38EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38EBC on black background.


Color preview on white background

This text has color #C38EBC on white background.



Black color preview on #C38EBC background

This text has black color on #C38EBC background.


White color preview on #C38EBC background

This text has white color on #C38EBC background.