COLOR #DDF9DC

HEX: #DDF9DC
RGB: (221,249,220)

Renk bilgisi

#DDF9DC contains red, green and blue colors in about the same proportion. #DDF9DC ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#DDF9DC color RGB value is (221,249,220).

  • kırmız ton 221;
  • yeşil ton 249;
  • mavi ton 220.
RGB:
(221,249,220)
(87%,98%,86%)

RGB bağlantıları ve doygunluk

R 221 of 255 = 87%
G 249 of 255 = 98%
B 220 of 255 = 86%

221
249
220

R + G + B ~ 90%. #DDF9DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 249 + 220 = 690 (100%)
R 221 of 690 ~ 32.03%
G 249 of 690 ~ 36.09%
B 220 of 690 ~ 31.88%

%32.03
%36.09
%31.88

CMYK RENK MODELİ

#DDF9DC rengi CMYK tonu (11,0,12,2).

  • camgöbeği tonu 11.24%
  • eflatun tonu 0.00%
  • sarı tonu 11.65%
  • ana renk tonu 2.35%
CMYK:
(11,0,12,2)
C11M0Y12K2 
(11%,0%,12%,2%)
(0.11/0.00/0.12/0.02)	

CMYK yüzdeleri

%11.24
%0
%11.65
%2.35

Codes

Color #DDF9DC in popluar color models

DDF9DC
RGB221249220
HSL118°70.73%91.96%
HSB/HSV118°11.65%97.65%
CMYK11.24%0.00%11.65%
2.35%

Color #DDF9DC in popluar number systems.

HEXDDF9DC
Decimal221249220
Binary110111011111100111011100
Octal335371334

Shades and tints

Shades of #DDF9DC

#DDF9DC
(221,249,220)
#C9E3C8
(201,227,200)
#B5CDB4
(181,205,180)
#A1B7A0
(161,183,160)
#8DA18C
(141,161,140)
#798B78
(121,139,120)
#657564
(101,117,100)
#515F50
(81,95,80)
#3D493C
(61,73,60)
#293328
(41,51,40)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #DDF9DC

#DDF9DC
(221,249,220)
#E0F9DF
(224,249,223)
#E3F9E2
(227,249,226)
#E6F9E5
(230,249,229)
#E9F9E8
(233,249,232)
#ECF9EB
(236,249,235)
#EFF9EE
(239,249,238)
#F2F9F1
(242,249,241)
#F5F9F4
(245,249,244)
#F8F9F7
(248,249,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF9DC color. Also use rgb(221,249,220) instead hex code.

Text Font Color

.myTextColor { color: #DDF9DC; }

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

This text font color is #DDF9DC.


Background Color

.myBgColor { background-color: #DDF9DC; }

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

This div background color is #DDF9DC.


Border color

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

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

This div border color is #DDF9DC.


Opacity

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

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

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

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

This text has shadow with #DDF9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF9DC on black background.


Color preview on white background

This text has color #DDF9DC on white background.



Black color preview on #DDF9DC background

This text has black color on #DDF9DC background.


White color preview on #DDF9DC background

This text has white color on #DDF9DC background.