COLOR #C69BAE

HEX: #C69BAE RGB: (198,155,174)

Color info

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

RGB color model

#C69BAE color RGB value is (198,155,174).

RGB: (198,155,174) (78%, 61%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 174 of 255 = 68%

198
155
174

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

Portions of RGB colors in percentages

R + G + B = 198 + 155 + 174 = 527 (100%)
R 198 of 527 ~ 37.57%
G 155 of 527 ~ 29.41%
B 174 of 527 ~ 33.02'%

%37.57
%29.41
%33.02

CMYK color model

#C69BAE color CMYK value is (0,22,12,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK: (0,22,12,22) C0M22Y12K22 (0%,22%,12%,22%) (0.00/0.22/0.12/0.22) 

CMYK percentages

%0
%21.72
%12.12
%22.35

Codes

Color #C69BAE in popluar color models

C6 9B AE
RGB 198 155 174
HSL 333° 27.39% 69.22%
HSB/HSV 333° 21.72% 77.65%
CMYK 0.00% 21.72% 12.12%
22.35%

Color #C69BAE in popluar number systems.

HEX C6 9B AE
Decimal 198 155 174
Binary 11000110 10011011 10101110
Octal 306 233 256

Shades and tints

Shades of #C69BAE

#C69BAE
(198,155,174)
#B48D9F
(180,141,159)
#A27F90
(162,127,144)
#907181
(144,113,129)
#7E6372
(126,99,114)
#6C5563
(108,85,99)
#5A4754
(90,71,84)
#483945
(72,57,69)
#362B36
(54,43,54)
#241D27
(36,29,39)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #C69BAE

#C69BAE
(198,155,174)
#CBA4B5
(203,164,181)
#D0ADBC
(208,173,188)
#D5B6C3
(213,182,195)
#DABFCA
(218,191,202)
#DFC8D1
(223,200,209)
#E4D1D8
(228,209,216)
#E9DADF
(233,218,223)
#EEE3E6
(238,227,230)
#F3ECED
(243,236,237)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69BAE; }

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

This text font color is #C69BAE.

Background Color

.myBgColor { background-color: #C69BAE; }

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

This div background color is #C69BAE.

Border color

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

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

This div border color is #C69BAE.

Opacity

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

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

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

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

This text has shadow with #C69BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69BAE.

Preview

Color preview on black background

This text has color #C69BAE on black background.


Color preview on white background

This text has color #C69BAE on white background.


Black color preview on #C69BAE background

This text has black color on #C69BAE background.


White color preview on #C69BAE background

This text has white color on #C69BAE background.


Related colors

Complementary color

Complementary color for #hex is #396451.


I love getcolorcode.com

Triadic colors

1 #AEC69B and #9BAEC6 with #C69BAE are triadic colors.

2 #AE9BC6 and #9BC6AE with #C69BAE are triadic colors.