COLOR #C69CB2

HEX: #C69CB2
RGB: (198,156,178)

Color info

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

RGB color model

#C69CB2 color RGB value is (198,156,178).

  • red value is 198;
  • green value is 156;
  • blue value is 178.
RGB:
(198,156,178)
(78%,61%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 178 of 255 = 70%

198
156
178

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

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 178 = 532 (100%)
R 198 of 532 ~ 37.22%
G 156 of 532 ~ 29.32%
B 178 of 532 ~ 33.46%

%37.22
%29.32
%33.46

CMYK color model

#C69CB2 color CMYK value is (0,21,10,22).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK:
(0,21,10,22)
C0M21Y10K22 
(0%,21%,10%,22%)
(0.00/0.21/0.10/0.22)	

CMYK percentages

%0
%21.21
%10.1
%22.35

Codes

Color #C69CB2 in popluar color models

C69CB2
RGB198156178
HSL329°26.92%69.41%
HSB/HSV329°21.21%77.65%
CMYK0.00%21.21%10.10%
22.35%

Color #C69CB2 in popluar number systems.

HEXC69CB2
Decimal198156178
Binary110001101001110010110010
Octal306234262

Shades and tints

Shades of #C69CB2

#C69CB2
(198,156,178)
#B48EA2
(180,142,162)
#A28092
(162,128,146)
#907282
(144,114,130)
#7E6472
(126,100,114)
#6C5662
(108,86,98)
#5A4852
(90,72,82)
#483A42
(72,58,66)
#362C32
(54,44,50)
#241E22
(36,30,34)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #C69CB2

#C69CB2
(198,156,178)
#CBA5B9
(203,165,185)
#D0AEC0
(208,174,192)
#D5B7C7
(213,183,199)
#DAC0CE
(218,192,206)
#DFC9D5
(223,201,213)
#E4D2DC
(228,210,220)
#E9DBE3
(233,219,227)
#EEE4EA
(238,228,234)
#F3EDF1
(243,237,241)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69CB2 color. Also use rgb(198,156,178) instead hex code.

Text Font Color

.myTextColor { color: #C69CB2; }

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

This text font color is #C69CB2.


Background Color

.myBgColor { background-color: #C69CB2; }

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

This div background color is #C69CB2.


Border color

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

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

This div border color is #C69CB2.


Opacity

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

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

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

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

This text has shadow with #C69CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69CB2 on black background.


Color preview on white background

This text has color #C69CB2 on white background.



Black color preview on #C69CB2 background

This text has black color on #C69CB2 background.


White color preview on #C69CB2 background

This text has white color on #C69CB2 background.