COLOR #F5DCBD

HEX: #F5DCBD RGB: (245,220,189)

Color info

#F5DCBD contains red, green and blue colors in about the same proportion. Web safe color of #F5DCBD is #FFCCCC (or #FCC).

RGB color model

#F5DCBD color RGB value is (245,220,189).

RGB: (245,220,189) (96%, 86%, 74%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 189 of 255 = 74%

245
220
189

R + G + B ~ 85%. #F5DCBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 220 + 189 = 654 (100%)
R 245 of 654 ~ 37.46%
G 220 of 654 ~ 33.64%
B 189 of 654 ~ 28.9'%

%37.46
%33.64
%28.9

CMYK color model

#F5DCBD color CMYK value is (0,10,23,4).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 22.86%
  • key color value is 3.92%

CMYK: (0,10,23,4)
C0M10Y23K4 (0%, 10%, 23%, 4%)
(0.00 / 0.10 / 0.23 / 0.04)

CMYK percentages

%0
%10.2
%22.86
%3.92

Codes

Color #F5DCBD in popluar color models

F5 DC BD
RGB 245 220 189
HSL 33° 73.68% 85.10%
HSB/HSV 33° 22.86% 96.08%
CMYK 0.00% 10.20% 22.86%
3.92%

Color #F5DCBD in popluar number systems.

HEX F5 DC BD
Decimal 245 220 189
Binary 11110101 11011100 10111101
Octal 365 334 275

Shades and tints

Shades of #F5DCBD

#F5DCBD
(245,220,189)
#DFC8AC
(223,200,172)
#C9B49B
(201,180,155)
#B3A08A
(179,160,138)
#9D8C79
(157,140,121)
#877868
(135,120,104)
#716457
(113,100,87)
#5B5046
(91,80,70)
#453C35
(69,60,53)
#2F2824
(47,40,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #F5DCBD

#F5DCBD
(245,220,189)
#F5DFC3
(245,223,195)
#F5E2C9
(245,226,201)
#F5E5CF
(245,229,207)
#F5E8D5
(245,232,213)
#F5EBDB
(245,235,219)
#F5EEE1
(245,238,225)
#F5F1E7
(245,241,231)
#F5F4ED
(245,244,237)
#F5F7F3
(245,247,243)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DCBD color. Also use rgb(245,220,189) instead hex code.

Text Font Color

.myTextColor { color: #F5DCBD; }

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

This text font color is #F5DCBD.

Background Color

.myBgColor { background-color: #F5DCBD; }

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

This div background color is #F5DCBD.

Border color

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

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

This div border color is #F5DCBD.

Opacity

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

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

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

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

This text has shadow with #F5DCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DCBD.

Preview

Color preview on black background

This text has color #F5DCBD on black background.


Color preview on white background

This text has color #F5DCBD on white background.


Black color preview on #F5DCBD background

This text has black color on #F5DCBD background.


White color preview on #F5DCBD background

This text has white color on #F5DCBD background.


Related colors

Complementary color

Complementary color for #hex is #0A2342.


I love getcolorcode.com

Triadic colors

1 #BDF5DC and #DCBDF5 with #F5DCBD are triadic colors.

2 #BDDCF5 and #DCF5BD with #F5DCBD are triadic colors.