COLOR #A5DDCB

HEX: #A5DDCB
RGB: (165,221,203)

Renk bilgisi

#A5DDCB contains red, green and blue colors in about the same proportion. #A5DDCB ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5DDCB color RGB value is (165,221,203).

  • kırmız ton 165;
  • yeşil ton 221;
  • mavi ton 203.
RGB:
(165,221,203)
(65%,87%,80%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 221 of 255 = 87%
B 203 of 255 = 80%

165
221
203

R + G + B ~ 77%. #A5DDCB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 221 + 203 = 589 (100%)
R 165 of 589 ~ 28.01%
G 221 of 589 ~ 37.52%
B 203 of 589 ~ 34.47%

%28.01
%37.52
%34.47

CMYK RENK MODELİ

#A5DDCB rengi CMYK tonu (25,0,8,13).

  • camgöbeği tonu 25.34%
  • eflatun tonu 0.00%
  • sarı tonu 8.14%
  • ana renk tonu 13.33%
CMYK:
(25,0,8,13)
C25M0Y8K13 
(25%,0%,8%,13%)
(0.25/0.00/0.08/0.13)	

CMYK yüzdeleri

%25.34
%0
%8.14
%13.33

Codes

Color #A5DDCB in popluar color models

A5DDCB
RGB165221203
HSL161°45.16%75.69%
HSB/HSV161°25.34%86.67%
CMYK25.34%0.00%8.14%
13.33%

Color #A5DDCB in popluar number systems.

HEXA5DDCB
Decimal165221203
Binary101001011101110111001011
Octal245335313

Shades and tints

Shades of #A5DDCB

#A5DDCB
(165,221,203)
#96C9B9
(150,201,185)
#87B5A7
(135,181,167)
#78A195
(120,161,149)
#698D83
(105,141,131)
#5A7971
(90,121,113)
#4B655F
(75,101,95)
#3C514D
(60,81,77)
#2D3D3B
(45,61,59)
#1E2929
(30,41,41)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5DDCB

#A5DDCB
(165,221,203)
#ADE0CF
(173,224,207)
#B5E3D3
(181,227,211)
#BDE6D7
(189,230,215)
#C5E9DB
(197,233,219)
#CDECDF
(205,236,223)
#D5EFE3
(213,239,227)
#DDF2E7
(221,242,231)
#E5F5EB
(229,245,235)
#EDF8EF
(237,248,239)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DDCB color. Also use rgb(165,221,203) instead hex code.

Text Font Color

.myTextColor { color: #A5DDCB; }

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

This text font color is #A5DDCB.


Background Color

.myBgColor { background-color: #A5DDCB; }

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

This div background color is #A5DDCB.


Border color

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

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

This div border color is #A5DDCB.


Opacity

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

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

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

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

This text has shadow with #A5DDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDCB on black background.


Color preview on white background

This text has color #A5DDCB on white background.



Black color preview on #A5DDCB background

This text has black color on #A5DDCB background.


White color preview on #A5DDCB background

This text has white color on #A5DDCB background.