COLOR #C691BF

HEX: #C691BF
RGB: (198,145,191)

Color info

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

RGB color model

#C691BF color RGB value is (198,145,191).

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

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 191 of 255 = 75%

198
145
191

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

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 191 = 534 (100%)
R 198 of 534 ~ 37.08%
G 145 of 534 ~ 27.15%
B 191 of 534 ~ 35.77%

%37.08
%27.15
%35.77

CMYK color model

#C691BF color CMYK value is (0,27,4,22).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(0,27,4,22)
C0M27Y4K22 
(0%,27%,4%,22%)
(0.00/0.27/0.04/0.22)	

CMYK percentages

%0
%26.77
%3.54
%22.35

Codes

Color #C691BF in popluar color models

C691BF
RGB198145191
HSL308°31.74%67.25%
HSB/HSV308°26.77%77.65%
CMYK0.00%26.77%3.54%
22.35%

Color #C691BF in popluar number systems.

HEXC691BF
Decimal198145191
Binary110001101001000110111111
Octal306221277

Shades and tints

Shades of #C691BF

#C691BF
(198,145,191)
#B484AE
(180,132,174)
#A2779D
(162,119,157)
#906A8C
(144,106,140)
#7E5D7B
(126,93,123)
#6C506A
(108,80,106)
#5A4359
(90,67,89)
#483648
(72,54,72)
#362937
(54,41,55)
#241C26
(36,28,38)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C691BF

#C691BF
(198,145,191)
#CB9BC4
(203,155,196)
#D0A5C9
(208,165,201)
#D5AFCE
(213,175,206)
#DAB9D3
(218,185,211)
#DFC3D8
(223,195,216)
#E4CDDD
(228,205,221)
#E9D7E2
(233,215,226)
#EEE1E7
(238,225,231)
#F3EBEC
(243,235,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C691BF; }

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

This text font color is #C691BF.


Background Color

.myBgColor { background-color: #C691BF; }

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

This div background color is #C691BF.


Border color

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

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

This div border color is #C691BF.


Opacity

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

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

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

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

This text has shadow with #C691BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C691BF on black background.


Color preview on white background

This text has color #C691BF on white background.



Black color preview on #C691BF background

This text has black color on #C691BF background.


White color preview on #C691BF background

This text has white color on #C691BF background.