COLOR #C690B7

HEX: #C690B7
RGB: (198,144,183)

Color info

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

RGB color model

#C690B7 color RGB value is (198,144,183).

  • red value is 198;
  • green value is 144;
  • blue value is 183.
RGB:
(198,144,183)
(78%,56%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 183 of 255 = 72%

198
144
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 144 + 183 = 525 (100%)
R 198 of 525 ~ 37.71%
G 144 of 525 ~ 27.43%
B 183 of 525 ~ 34.86%

%37.71
%27.43
%34.86

CMYK color model

#C690B7 color CMYK value is (0,27,8,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,27,8,22)
C0M27Y8K22 
(0%,27%,8%,22%)
(0.00/0.27/0.08/0.22)	

CMYK percentages

%0
%27.27
%7.58
%22.35

Codes

Color #C690B7 in popluar color models

C690B7
RGB198144183
HSL317°32.14%67.06%
HSB/HSV317°27.27%77.65%
CMYK0.00%27.27%7.58%
22.35%

Color #C690B7 in popluar number systems.

HEXC690B7
Decimal198144183
Binary110001101001000010110111
Octal306220267

Shades and tints

Shades of #C690B7

#C690B7
(198,144,183)
#B483A7
(180,131,167)
#A27697
(162,118,151)
#906987
(144,105,135)
#7E5C77
(126,92,119)
#6C4F67
(108,79,103)
#5A4257
(90,66,87)
#483547
(72,53,71)
#362837
(54,40,55)
#241B27
(36,27,39)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #C690B7

#C690B7
(198,144,183)
#CB9ABD
(203,154,189)
#D0A4C3
(208,164,195)
#D5AEC9
(213,174,201)
#DAB8CF
(218,184,207)
#DFC2D5
(223,194,213)
#E4CCDB
(228,204,219)
#E9D6E1
(233,214,225)
#EEE0E7
(238,224,231)
#F3EAED
(243,234,237)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C690B7 color. Also use rgb(198,144,183) instead hex code.

Text Font Color

.myTextColor { color: #C690B7; }

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

This text font color is #C690B7.


Background Color

.myBgColor { background-color: #C690B7; }

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

This div background color is #C690B7.


Border color

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

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

This div border color is #C690B7.


Opacity

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

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

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

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

This text has shadow with #C690B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C690B7 on black background.


Color preview on white background

This text has color #C690B7 on white background.



Black color preview on #C690B7 background

This text has black color on #C690B7 background.


White color preview on #C690B7 background

This text has white color on #C690B7 background.