COLOR #C397B1

HEX: #C397B1 RGB: (195,151,177)

Color info

#C397B1 contains red, green and blue colors in about the same proportion. Web safe color of #C397B1 is #CC9999 (or #C99).

RGB color model

#C397B1 color RGB value is (195,151,177).

RGB: (195,151,177) (76%, 59%, 69%)

RGB channels and saturation

R 195 of 255 = 76%
G 151 of 255 = 59%
B 177 of 255 = 69%

195
151
177

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

Portions of RGB colors in percentages

R + G + B = 195 + 151 + 177 = 523 (100%)
R 195 of 523 ~ 37.28%
G 151 of 523 ~ 28.87%
B 177 of 523 ~ 33.84'%

%37.28
%28.87
%33.84

CMYK color model

#C397B1 color CMYK value is (0,23,9,24).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 9.23%
  • key color value is 23.53%

CMYK: (0,23,9,24)
C0M23Y9K24 (0%, 23%, 9%, 24%)
(0.00 / 0.23 / 0.09 / 0.24)

CMYK percentages

%0
%22.56
%9.23
%23.53

Codes

Color #C397B1 in popluar color models

C3 97 B1
RGB 195 151 177
HSL 325° 26.83% 67.84%
HSB/HSV 325° 22.56% 76.47%
CMYK 0.00% 22.56% 9.23%
23.53%

Color #C397B1 in popluar number systems.

HEX C3 97 B1
Decimal 195 151 177
Binary 11000011 10010111 10110001
Octal 303 227 261

Shades and tints

Shades of #C397B1

#C397B1
(195,151,177)
#B28AA1
(178,138,161)
#A17D91
(161,125,145)
#907081
(144,112,129)
#7F6371
(127,99,113)
#6E5661
(110,86,97)
#5D4951
(93,73,81)
#4C3C41
(76,60,65)
#3B2F31
(59,47,49)
#2A2221
(42,34,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C397B1

#C397B1
(195,151,177)
#C8A0B8
(200,160,184)
#CDA9BF
(205,169,191)
#D2B2C6
(210,178,198)
#D7BBCD
(215,187,205)
#DCC4D4
(220,196,212)
#E1CDDB
(225,205,219)
#E6D6E2
(230,214,226)
#EBDFE9
(235,223,233)
#F0E8F0
(240,232,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C397B1 color. Also use rgb(195,151,177) instead hex code.

Text Font Color

.myTextColor { color: #C397B1; }

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

This text font color is #C397B1.

Background Color

.myBgColor { background-color: #C397B1; }

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

This div background color is #C397B1.

Border color

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

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

This div border color is #C397B1.

Opacity

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

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

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

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

This text has shadow with #C397B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C397B1.

Preview

Color preview on black background

This text has color #C397B1 on black background.


Color preview on white background

This text has color #C397B1 on white background.


Black color preview on #C397B1 background

This text has black color on #C397B1 background.


White color preview on #C397B1 background

This text has white color on #C397B1 background.


Related colors

Complementary color

Complementary color for #hex is #3C684E.


I love getcolorcode.com

Triadic colors

1 #B1C397 and #97B1C3 with #C397B1 are triadic colors.

2 #B197C3 and #97C3B1 with #C397B1 are triadic colors.