COLOR #6DCDA3

HEX: #6DCDA3
RGB: (109,205,163)

Color info

#6DCDA3 contains mainly green and blue colors. Web safe color of #6DCDA3 is #66CC99 (or #6C9).

RGB color model

#6DCDA3 color RGB value is (109,205,163).

  • red value is 109;
  • green value is 205;
  • blue value is 163.
RGB:
(109,205,163)
(43%,80%,64%)

RGB channels and saturation

R 109 of 255 = 43%
G 205 of 255 = 80%
B 163 of 255 = 64%

109
205
163

R + G + B ~ 62%. #6DCDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 205 + 163 = 477 (100%)
R 109 of 477 ~ 22.85%
G 205 of 477 ~ 42.98%
B 163 of 477 ~ 34.17%

%22.85
%42.98
%34.17

CMYK color model

#6DCDA3 color CMYK value is (47,0,20,20).

  • cyan value is 46.83%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 19.61%
CMYK:
(47,0,20,20)
C47M0Y20K20 
(47%,0%,20%,20%)
(0.47/0.00/0.20/0.20)	

CMYK percentages

%46.83
%0
%20.49
%19.61

Codes

Color #6DCDA3 in popluar color models

6DCDA3
RGB109205163
HSL154°48.98%61.57%
HSB/HSV154°46.83%80.39%
CMYK46.83%0.00%20.49%
19.61%

Color #6DCDA3 in popluar number systems.

HEX6DCDA3
Decimal109205163
Binary11011011100110110100011
Octal155315243

Shades and tints

Shades of #6DCDA3

#6DCDA3
(109,205,163)
#64BB95
(100,187,149)
#5BA987
(91,169,135)
#529779
(82,151,121)
#49856B
(73,133,107)
#40735D
(64,115,93)
#37614F
(55,97,79)
#2E4F41
(46,79,65)
#253D33
(37,61,51)
#1C2B25
(28,43,37)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #6DCDA3

#6DCDA3
(109,205,163)
#7AD1AB
(122,209,171)
#87D5B3
(135,213,179)
#94D9BB
(148,217,187)
#A1DDC3
(161,221,195)
#AEE1CB
(174,225,203)
#BBE5D3
(187,229,211)
#C8E9DB
(200,233,219)
#D5EDE3
(213,237,227)
#E2F1EB
(226,241,235)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCDA3 color. Also use rgb(109,205,163) instead hex code.

Text Font Color

.myTextColor { color: #6DCDA3; }

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

This text font color is #6DCDA3.


Background Color

.myBgColor { background-color: #6DCDA3; }

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

This div background color is #6DCDA3.


Border color

.myBorderColor { border: 1px solid #6DCDA3; }

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

This div border color is #6DCDA3.


Opacity

.myOpacity80 { color: #6DCDA3; opacity: 0.8; }

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

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

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

This text has shadow with #6DCDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DCDA3 on black background.


Color preview on white background

This text has color #6DCDA3 on white background.



Black color preview on #6DCDA3 background

This text has black color on #6DCDA3 background.


White color preview on #6DCDA3 background

This text has white color on #6DCDA3 background.