COLOR #69DCC9

HEX: #69DCC9
RGB: (105,220,201)

Color info

#69DCC9 contains mainly green and blue colors. Web safe color of #69DCC9 is #66CCCC (or #6CC).

RGB color model

#69DCC9 color RGB value is (105,220,201).

  • red value is 105;
  • green value is 220;
  • blue value is 201.
RGB:
(105,220,201)
(41%,86%,79%)

RGB channels and saturation

R 105 of 255 = 41%
G 220 of 255 = 86%
B 201 of 255 = 79%

105
220
201

R + G + B ~ 69%. #69DCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 220 + 201 = 526 (100%)
R 105 of 526 ~ 19.96%
G 220 of 526 ~ 41.83%
B 201 of 526 ~ 38.21%

%19.96
%41.83
%38.21

CMYK color model

#69DCC9 color CMYK value is (52,0,9,14).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(52,0,9,14)
C52M0Y9K14 
(52%,0%,9%,14%)
(0.52/0.00/0.09/0.14)	

CMYK percentages

%52.27
%0
%8.64
%13.73

Codes

Color #69DCC9 in popluar color models

69DCC9
RGB105220201
HSL170°62.16%63.73%
HSB/HSV170°52.27%86.27%
CMYK52.27%0.00%8.64%
13.73%

Color #69DCC9 in popluar number systems.

HEX69DCC9
Decimal105220201
Binary11010011101110011001001
Octal151334311

Shades and tints

Shades of #69DCC9

#69DCC9
(105,220,201)
#60C8B7
(96,200,183)
#57B4A5
(87,180,165)
#4EA093
(78,160,147)
#458C81
(69,140,129)
#3C786F
(60,120,111)
#33645D
(51,100,93)
#2A504B
(42,80,75)
#213C39
(33,60,57)
#182827
(24,40,39)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #69DCC9

#69DCC9
(105,220,201)
#76DFCD
(118,223,205)
#83E2D1
(131,226,209)
#90E5D5
(144,229,213)
#9DE8D9
(157,232,217)
#AAEBDD
(170,235,221)
#B7EEE1
(183,238,225)
#C4F1E5
(196,241,229)
#D1F4E9
(209,244,233)
#DEF7ED
(222,247,237)
#EBFAF1
(235,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69DCC9 color. Also use rgb(105,220,201) instead hex code.

Text Font Color

.myTextColor { color: #69DCC9; }

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

This text font color is #69DCC9.


Background Color

.myBgColor { background-color: #69DCC9; }

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

This div background color is #69DCC9.


Border color

.myBorderColor { border: 1px solid #69DCC9; }

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

This div border color is #69DCC9.


Opacity

.myOpacity80 { color: #69DCC9; opacity: 0.8; }

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

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

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

This text has shadow with #69DCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69DCC9 on black background.


Color preview on white background

This text has color #69DCC9 on white background.



Black color preview on #69DCC9 background

This text has black color on #69DCC9 background.


White color preview on #69DCC9 background

This text has white color on #69DCC9 background.