COLOR #C691B5

HEX: #C691B5
RGB: (198,145,181)

Color info

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

RGB color model

#C691B5 color RGB value is (198,145,181).

  • red value is 198;
  • green value is 145;
  • blue value is 181.
RGB:
(198,145,181)
(78%,57%,71%)

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 181 of 255 = 71%

198
145
181

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

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 181 = 524 (100%)
R 198 of 524 ~ 37.79%
G 145 of 524 ~ 27.67%
B 181 of 524 ~ 34.54%

%37.79
%27.67
%34.54

CMYK color model

#C691B5 color CMYK value is (0,27,9,22).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(0,27,9,22)
C0M27Y9K22 
(0%,27%,9%,22%)
(0.00/0.27/0.09/0.22)	

CMYK percentages

%0
%26.77
%8.59
%22.35

Codes

Color #C691B5 in popluar color models

C691B5
RGB198145181
HSL319°31.74%67.25%
HSB/HSV319°26.77%77.65%
CMYK0.00%26.77%8.59%
22.35%

Color #C691B5 in popluar number systems.

HEXC691B5
Decimal198145181
Binary110001101001000110110101
Octal306221265

Shades and tints

Shades of #C691B5

#C691B5
(198,145,181)
#B484A5
(180,132,165)
#A27795
(162,119,149)
#906A85
(144,106,133)
#7E5D75
(126,93,117)
#6C5065
(108,80,101)
#5A4355
(90,67,85)
#483645
(72,54,69)
#362935
(54,41,53)
#241C25
(36,28,37)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C691B5

#C691B5
(198,145,181)
#CB9BBB
(203,155,187)
#D0A5C1
(208,165,193)
#D5AFC7
(213,175,199)
#DAB9CD
(218,185,205)
#DFC3D3
(223,195,211)
#E4CDD9
(228,205,217)
#E9D7DF
(233,215,223)
#EEE1E5
(238,225,229)
#F3EBEB
(243,235,235)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C691B5 color. Also use rgb(198,145,181) instead hex code.

Text Font Color

.myTextColor { color: #C691B5; }

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

This text font color is #C691B5.


Background Color

.myBgColor { background-color: #C691B5; }

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

This div background color is #C691B5.


Border color

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

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

This div border color is #C691B5.


Opacity

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

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

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

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

This text has shadow with #C691B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C691B5 on black background.


Color preview on white background

This text has color #C691B5 on white background.



Black color preview on #C691B5 background

This text has black color on #C691B5 background.


White color preview on #C691B5 background

This text has white color on #C691B5 background.