COLOR #C69BA6

HEX: #C69BA6
RGB: (198,155,166)

Color info

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

RGB color model

#C69BA6 color RGB value is (198,155,166).

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

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 166 of 255 = 65%

198
155
166

R + G + B ~ 68%. #C69BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 155 + 166 = 519 (100%)
R 198 of 519 ~ 38.15%
G 155 of 519 ~ 29.87%
B 166 of 519 ~ 31.98%

%38.15
%29.87
%31.98

CMYK color model

#C69BA6 color CMYK value is (0,22,16,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 16.16%
  • key color value is 22.35%
CMYK:
(0,22,16,22)
C0M22Y16K22 
(0%,22%,16%,22%)
(0.00/0.22/0.16/0.22)	

CMYK percentages

%0
%21.72
%16.16
%22.35

Codes

Color #C69BA6 in popluar color models

C69BA6
RGB198155166
HSL345°27.39%69.22%
HSB/HSV345°21.72%77.65%
CMYK0.00%21.72%16.16%
22.35%

Color #C69BA6 in popluar number systems.

HEXC69BA6
Decimal198155166
Binary110001101001101110100110
Octal306233246

Shades and tints

Shades of #C69BA6

#C69BA6
(198,155,166)
#B48D97
(180,141,151)
#A27F88
(162,127,136)
#907179
(144,113,121)
#7E636A
(126,99,106)
#6C555B
(108,85,91)
#5A474C
(90,71,76)
#48393D
(72,57,61)
#362B2E
(54,43,46)
#241D1F
(36,29,31)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #C69BA6

#C69BA6
(198,155,166)
#CBA4AE
(203,164,174)
#D0ADB6
(208,173,182)
#D5B6BE
(213,182,190)
#DABFC6
(218,191,198)
#DFC8CE
(223,200,206)
#E4D1D6
(228,209,214)
#E9DADE
(233,218,222)
#EEE3E6
(238,227,230)
#F3ECEE
(243,236,238)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69BA6; }

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

This text font color is #C69BA6.


Background Color

.myBgColor { background-color: #C69BA6; }

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

This div background color is #C69BA6.


Border color

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

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

This div border color is #C69BA6.


Opacity

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

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

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

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

This text has shadow with #C69BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69BA6 on black background.


Color preview on white background

This text has color #C69BA6 on white background.



Black color preview on #C69BA6 background

This text has black color on #C69BA6 background.


White color preview on #C69BA6 background

This text has white color on #C69BA6 background.