COLOR #C69BA0

HEX: #C69BA0
RGB: (198,155,160)

Color info

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

RGB color model

#C69BA0 color RGB value is (198,155,160).

  • red value is 198;
  • green value is 155;
  • blue value is 160.
RGB:
(198,155,160)
(78%,61%,63%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 160 of 255 = 63%

198
155
160

R + G + B ~ 67%. #C69BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 155 + 160 = 513 (100%)
R 198 of 513 ~ 38.6%
G 155 of 513 ~ 30.21%
B 160 of 513 ~ 31.19%

%38.6
%30.21
%31.19

CMYK color model

#C69BA0 color CMYK value is (0,22,19,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 19.19%
  • key color value is 22.35%
CMYK:
(0,22,19,22)
C0M22Y19K22 
(0%,22%,19%,22%)
(0.00/0.22/0.19/0.22)	

CMYK percentages

%0
%21.72
%19.19
%22.35

Codes

Color #C69BA0 in popluar color models

C69BA0
RGB198155160
HSL353°27.39%69.22%
HSB/HSV353°21.72%77.65%
CMYK0.00%21.72%19.19%
22.35%

Color #C69BA0 in popluar number systems.

HEXC69BA0
Decimal198155160
Binary110001101001101110100000
Octal306233240

Shades and tints

Shades of #C69BA0

#C69BA0
(198,155,160)
#B48D92
(180,141,146)
#A27F84
(162,127,132)
#907176
(144,113,118)
#7E6368
(126,99,104)
#6C555A
(108,85,90)
#5A474C
(90,71,76)
#48393E
(72,57,62)
#362B30
(54,43,48)
#241D22
(36,29,34)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #C69BA0

#C69BA0
(198,155,160)
#CBA4A8
(203,164,168)
#D0ADB0
(208,173,176)
#D5B6B8
(213,182,184)
#DABFC0
(218,191,192)
#DFC8C8
(223,200,200)
#E4D1D0
(228,209,208)
#E9DAD8
(233,218,216)
#EEE3E0
(238,227,224)
#F3ECE8
(243,236,232)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69BA0 color. Also use rgb(198,155,160) instead hex code.

Text Font Color

.myTextColor { color: #C69BA0; }

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

This text font color is #C69BA0.


Background Color

.myBgColor { background-color: #C69BA0; }

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

This div background color is #C69BA0.


Border color

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

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

This div border color is #C69BA0.


Opacity

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

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

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

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

This text has shadow with #C69BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69BA0 on black background.


Color preview on white background

This text has color #C69BA0 on white background.



Black color preview on #C69BA0 background

This text has black color on #C69BA0 background.


White color preview on #C69BA0 background

This text has white color on #C69BA0 background.