COLOR #FFD3D3

HEX: #FFD3D3
RGB: (255,211,211)

Color info

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

RGB color model

#FFD3D3 color RGB value is (255,211,211).

  • red value is 255;
  • green value is 211;
  • blue value is 211.
RGB:
(255,211,211)
(100%,83%,83%)

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 211 of 255 = 83%

255
211
211

R + G + B ~ 89%. #FFD3D3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 211 = 677 (100%)
R 255 of 677 ~ 37.67%
G 211 of 677 ~ 31.17%
B 211 of 677 ~ 31.17%

%37.67
%31.17
%31.17

CMYK color model

#FFD3D3 color CMYK value is (0,17,17,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(0,17,17,0)
C0M17Y17K0 
(0%,17%,17%,0%)
(0.00/0.17/0.17/0.00)	

CMYK percentages

%0
%17.25
%17.25
%0

Codes

Color #FFD3D3 in popluar color models

FFD3D3
RGB255211211
HSL100.00%91.37%
HSB/HSV17.25%100.00%
CMYK0.00%17.25%17.25%
0.00%

Color #FFD3D3 in popluar number systems.

HEXFFD3D3
Decimal255211211
Binary111111111101001111010011
Octal377323323

Shades and tints

Shades of #FFD3D3

#FFD3D3
(255,211,211)
#E8C0C0
(232,192,192)
#D1ADAD
(209,173,173)
#BA9A9A
(186,154,154)
#A38787
(163,135,135)
#8C7474
(140,116,116)
#756161
(117,97,97)
#5E4E4E
(94,78,78)
#473B3B
(71,59,59)
#302828
(48,40,40)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #FFD3D3

#FFD3D3
(255,211,211)
#FFD7D7
(255,215,215)
#FFDBDB
(255,219,219)
#FFDFDF
(255,223,223)
#FFE3E3
(255,227,227)
#FFE7E7
(255,231,231)
#FFEBEB
(255,235,235)
#FFEFEF
(255,239,239)
#FFF3F3
(255,243,243)
#FFF7F7
(255,247,247)
#FFFBFB
(255,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD3D3 color. Also use rgb(255,211,211) instead hex code.

Text Font Color

.myTextColor { color: #FFD3D3; }

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

This text font color is #FFD3D3.


Background Color

.myBgColor { background-color: #FFD3D3; }

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

This div background color is #FFD3D3.


Border color

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

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

This div border color is #FFD3D3.


Opacity

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

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

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

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

This text has shadow with #FFD3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3D3 on black background.


Color preview on white background

This text has color #FFD3D3 on white background.



Black color preview on #FFD3D3 background

This text has black color on #FFD3D3 background.


White color preview on #FFD3D3 background

This text has white color on #FFD3D3 background.