COLOR #D299BE

HEX: #D299BE RGB: (210,153,190)

Color info

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

RGB color model

#D299BE color RGB value is (210,153,190).

RGB: (210,153,190) (82%, 60%, 75%)

RGB channels and saturation

R 210 of 255 = 82%
G 153 of 255 = 60%
B 190 of 255 = 75%

210
153
190

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

Portions of RGB colors in percentages

R + G + B = 210 + 153 + 190 = 553 (100%)
R 210 of 553 ~ 37.97%
G 153 of 553 ~ 27.67%
B 190 of 553 ~ 34.36'%

%37.97
%27.67
%34.36

CMYK color model

#D299BE color CMYK value is (0,27,10,18).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 9.52%
  • key color value is 17.65%

CMYK: (0,27,10,18)
C0M27Y10K18 (0%, 27%, 10%, 18%)
(0.00 / 0.27 / 0.10 / 0.18)

CMYK percentages

%0
%27.14
%9.52
%17.65

Codes

Color #D299BE in popluar color models

D2 99 BE
RGB 210 153 190
HSL 321° 38.78% 71.18%
HSB/HSV 321° 27.14% 82.35%
CMYK 0.00% 27.14% 9.52%
17.65%

Color #D299BE in popluar number systems.

HEX D2 99 BE
Decimal 210 153 190
Binary 11010010 10011001 10111110
Octal 322 231 276

Shades and tints

Shades of #D299BE

#D299BE
(210,153,190)
#BF8CAD
(191,140,173)
#AC7F9C
(172,127,156)
#99728B
(153,114,139)
#86657A
(134,101,122)
#735869
(115,88,105)
#604B58
(96,75,88)
#4D3E47
(77,62,71)
#3A3136
(58,49,54)
#272425
(39,36,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #D299BE

#D299BE
(210,153,190)
#D6A2C3
(214,162,195)
#DAABC8
(218,171,200)
#DEB4CD
(222,180,205)
#E2BDD2
(226,189,210)
#E6C6D7
(230,198,215)
#EACFDC
(234,207,220)
#EED8E1
(238,216,225)
#F2E1E6
(242,225,230)
#F6EAEB
(246,234,235)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D299BE color. Also use rgb(210,153,190) instead hex code.

Text Font Color

.myTextColor { color: #D299BE; }

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

This text font color is #D299BE.

Background Color

.myBgColor { background-color: #D299BE; }

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

This div background color is #D299BE.

Border color

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

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

This div border color is #D299BE.

Opacity

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

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

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

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

This text has shadow with #D299BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D299BE.

Preview

Color preview on black background

This text has color #D299BE on black background.


Color preview on white background

This text has color #D299BE on white background.


Black color preview on #D299BE background

This text has black color on #D299BE background.


White color preview on #D299BE background

This text has white color on #D299BE background.


Related colors

Complementary color

Complementary color for #hex is #2D6641.


I love getcolorcode.com

Triadic colors

1 #BED299 and #99BED2 with #D299BE are triadic colors.

2 #BE99D2 and #99D2BE with #D299BE are triadic colors.