COLOR #C69EBF

HEX: #C69EBF RGB: (198,158,191)

Color info

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

RGB color model

#C69EBF color RGB value is (198,158,191).

RGB: (198,158,191) (78%, 62%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 191 of 255 = 75%

198
158
191

R + G + B ~ 72%. #C69EBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 158 + 191 = 547 (100%)
R 198 of 547 ~ 36.2%
G 158 of 547 ~ 28.88%
B 191 of 547 ~ 34.92'%

%36.2
%28.88
%34.92

CMYK color model

#C69EBF color CMYK value is (0,20,4,22).

  • cyan value is 0.00%
  • magenta value is 20.20%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK: (0,20,4,22) C0M20Y4K22 (0%,20%,4%,22%) (0.00/0.20/0.04/0.22) 

CMYK percentages

%0
%20.2
%3.54
%22.35

Codes

Color #C69EBF in popluar color models

C6 9E BF
RGB 198 158 191
HSL 311° 25.97% 69.80%
HSB/HSV 311° 20.20% 77.65%
CMYK 0.00% 20.20% 3.54%
22.35%

Color #C69EBF in popluar number systems.

HEX C6 9E BF
Decimal 198 158 191
Binary 11000110 10011110 10111111
Octal 306 236 277

Shades and tints

Shades of #C69EBF

#C69EBF
(198,158,191)
#B490AE
(180,144,174)
#A2829D
(162,130,157)
#90748C
(144,116,140)
#7E667B
(126,102,123)
#6C586A
(108,88,106)
#5A4A59
(90,74,89)
#483C48
(72,60,72)
#362E37
(54,46,55)
#242026
(36,32,38)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C69EBF

#C69EBF
(198,158,191)
#CBA6C4
(203,166,196)
#D0AEC9
(208,174,201)
#D5B6CE
(213,182,206)
#DABED3
(218,190,211)
#DFC6D8
(223,198,216)
#E4CEDD
(228,206,221)
#E9D6E2
(233,214,226)
#EEDEE7
(238,222,231)
#F3E6EC
(243,230,236)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69EBF; }

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

This text font color is #C69EBF.

Background Color

.myBgColor { background-color: #C69EBF; }

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

This div background color is #C69EBF.

Border color

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

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

This div border color is #C69EBF.

Opacity

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

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

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

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

This text has shadow with #C69EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69EBF.

Preview

Color preview on black background

This text has color #C69EBF on black background.


Color preview on white background

This text has color #C69EBF on white background.


Black color preview on #C69EBF background

This text has black color on #C69EBF background.


White color preview on #C69EBF background

This text has white color on #C69EBF background.


Related colors

Complementary color

Complementary color for #hex is #396140.


I love getcolorcode.com

Triadic colors

1 #BFC69E and #9EBFC6 with #C69EBF are triadic colors.

2 #BF9EC6 and #9EC6BF with #C69EBF are triadic colors.