COLOR #C38CBD

HEX: #C38CBD
RGB: (195,140,189)

Color info

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

RGB color model

#C38CBD color RGB value is (195,140,189).

  • red value is 195;
  • green value is 140;
  • blue value is 189.
RGB:
(195,140,189)
(76%,55%,74%)

RGB channels and saturation

R 195 of 255 = 76%
G 140 of 255 = 55%
B 189 of 255 = 74%

195
140
189

R + G + B ~ 68%. #C38CBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 140 + 189 = 524 (100%)
R 195 of 524 ~ 37.21%
G 140 of 524 ~ 26.72%
B 189 of 524 ~ 36.07%

%37.21
%26.72
%36.07

CMYK color model

#C38CBD color CMYK value is (0,28,3,24).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(0,28,3,24)
C0M28Y3K24 
(0%,28%,3%,24%)
(0.00/0.28/0.03/0.24)	

CMYK percentages

%0
%28.21
%3.08
%23.53

Codes

Color #C38CBD in popluar color models

C38CBD
RGB195140189
HSL307°31.43%65.69%
HSB/HSV307°28.21%76.47%
CMYK0.00%28.21%3.08%
23.53%

Color #C38CBD in popluar number systems.

HEXC38CBD
Decimal195140189
Binary110000111000110010111101
Octal303214275

Shades and tints

Shades of #C38CBD

#C38CBD
(195,140,189)
#B280AC
(178,128,172)
#A1749B
(161,116,155)
#90688A
(144,104,138)
#7F5C79
(127,92,121)
#6E5068
(110,80,104)
#5D4457
(93,68,87)
#4C3846
(76,56,70)
#3B2C35
(59,44,53)
#2A2024
(42,32,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #C38CBD

#C38CBD
(195,140,189)
#C896C3
(200,150,195)
#CDA0C9
(205,160,201)
#D2AACF
(210,170,207)
#D7B4D5
(215,180,213)
#DCBEDB
(220,190,219)
#E1C8E1
(225,200,225)
#E6D2E7
(230,210,231)
#EBDCED
(235,220,237)
#F0E6F3
(240,230,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38CBD color. Also use rgb(195,140,189) instead hex code.

Text Font Color

.myTextColor { color: #C38CBD; }

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

This text font color is #C38CBD.


Background Color

.myBgColor { background-color: #C38CBD; }

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

This div background color is #C38CBD.


Border color

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

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

This div border color is #C38CBD.


Opacity

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

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

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

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

This text has shadow with #C38CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38CBD on black background.


Color preview on white background

This text has color #C38CBD on white background.



Black color preview on #C38CBD background

This text has black color on #C38CBD background.


White color preview on #C38CBD background

This text has white color on #C38CBD background.