COLOR #C69FBD

HEX: #C69FBD RGB: (198,159,189)

Color info

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

RGB color model

#C69FBD color RGB value is (198,159,189).

RGB: (198,159,189) (78%, 62%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 189 of 255 = 74%

198
159
189

R + G + B ~ 71%. #C69FBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 159 + 189 = 546 (100%)
R 198 of 546 ~ 36.26%
G 159 of 546 ~ 29.12%
B 189 of 546 ~ 34.62'%

%36.26
%29.12
%34.62

CMYK color model

#C69FBD color CMYK value is (0,20,5,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 4.55%
  • key color value is 22.35%

CMYK: (0,20,5,22)
C0M20Y5K22 (0%, 20%, 5%, 22%)
(0.00 / 0.20 / 0.05 / 0.22)

CMYK percentages

%0
%19.7
%4.55
%22.35

Codes

Color #C69FBD in popluar color models

C6 9F BD
RGB 198 159 189
HSL 314° 25.49% 70.00%
HSB/HSV 314° 19.70% 77.65%
CMYK 0.00% 19.70% 4.55%
22.35%

Color #C69FBD in popluar number systems.

HEX C6 9F BD
Decimal 198 159 189
Binary 11000110 10011111 10111101
Octal 306 237 275

Shades and tints

Shades of #C69FBD

#C69FBD
(198,159,189)
#B491AC
(180,145,172)
#A2839B
(162,131,155)
#90758A
(144,117,138)
#7E6779
(126,103,121)
#6C5968
(108,89,104)
#5A4B57
(90,75,87)
#483D46
(72,61,70)
#362F35
(54,47,53)
#242124
(36,33,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #C69FBD

#C69FBD
(198,159,189)
#CBA7C3
(203,167,195)
#D0AFC9
(208,175,201)
#D5B7CF
(213,183,207)
#DABFD5
(218,191,213)
#DFC7DB
(223,199,219)
#E4CFE1
(228,207,225)
#E9D7E7
(233,215,231)
#EEDFED
(238,223,237)
#F3E7F3
(243,231,243)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69FBD color. Also use rgb(198,159,189) instead hex code.

Text Font Color

.myTextColor { color: #C69FBD; }

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

This text font color is #C69FBD.

Background Color

.myBgColor { background-color: #C69FBD; }

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

This div background color is #C69FBD.

Border color

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

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

This div border color is #C69FBD.

Opacity

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

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

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

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

This text has shadow with #C69FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69FBD.

Preview

Color preview on black background

This text has color #C69FBD on black background.


Color preview on white background

This text has color #C69FBD on white background.


Black color preview on #C69FBD background

This text has black color on #C69FBD background.


White color preview on #C69FBD background

This text has white color on #C69FBD background.


Related colors

Complementary color

Complementary color for #hex is #396042.


I love getcolorcode.com

Triadic colors

1 #BDC69F and #9FBDC6 with #C69FBD are triadic colors.

2 #BD9FC6 and #9FC6BD with #C69FBD are triadic colors.