COLOR #C497BE

HEX: #C497BE
RGB: (196,151,190)

Color info

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

RGB color model

#C497BE color RGB value is (196,151,190).

  • red value is 196;
  • green value is 151;
  • blue value is 190.
RGB:
(196,151,190)
(77%,59%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 151 of 255 = 59%
B 190 of 255 = 75%

196
151
190

R + G + B ~ 70%. #C497BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 151 + 190 = 537 (100%)
R 196 of 537 ~ 36.5%
G 151 of 537 ~ 28.12%
B 190 of 537 ~ 35.38%

%36.5
%28.12
%35.38

CMYK color model

#C497BE color CMYK value is (0,23,3,23).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(0,23,3,23)
C0M23Y3K23 
(0%,23%,3%,23%)
(0.00/0.23/0.03/0.23)	

CMYK percentages

%0
%22.96
%3.06
%23.14

Codes

Color #C497BE in popluar color models

C497BE
RGB196151190
HSL308°27.61%68.04%
HSB/HSV308°22.96%76.86%
CMYK0.00%22.96%3.06%
23.14%

Color #C497BE in popluar number systems.

HEXC497BE
Decimal196151190
Binary110001001001011110111110
Octal304227276

Shades and tints

Shades of #C497BE

#C497BE
(196,151,190)
#B38AAD
(179,138,173)
#A27D9C
(162,125,156)
#91708B
(145,112,139)
#80637A
(128,99,122)
#6F5669
(111,86,105)
#5E4958
(94,73,88)
#4D3C47
(77,60,71)
#3C2F36
(60,47,54)
#2B2225
(43,34,37)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C497BE

#C497BE
(196,151,190)
#C9A0C3
(201,160,195)
#CEA9C8
(206,169,200)
#D3B2CD
(211,178,205)
#D8BBD2
(216,187,210)
#DDC4D7
(221,196,215)
#E2CDDC
(226,205,220)
#E7D6E1
(231,214,225)
#ECDFE6
(236,223,230)
#F1E8EB
(241,232,235)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C497BE color. Also use rgb(196,151,190) instead hex code.

Text Font Color

.myTextColor { color: #C497BE; }

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

This text font color is #C497BE.


Background Color

.myBgColor { background-color: #C497BE; }

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

This div background color is #C497BE.


Border color

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

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

This div border color is #C497BE.


Opacity

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

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

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

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

This text has shadow with #C497BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C497BE on black background.


Color preview on white background

This text has color #C497BE on white background.



Black color preview on #C497BE background

This text has black color on #C497BE background.


White color preview on #C497BE background

This text has white color on #C497BE background.